Skip to content

Commit 988a324

Browse files
authored
Merge pull request #55 from Loop3D/release-please--branches--master
chore(master): release 0.2.1
2 parents 571b338 + 98ae710 commit 988a324

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"LoopProjectFile": "0.2.0"
2+
"LoopProjectFile": "0.2.0",
3+
".": "0.2.1"
34
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [0.2.1](https://github.com/Loop3D/LoopProjectFile/compare/v0.2.0...v0.2.1) (2024-12-13)
4+
5+
6+
### Bug Fixes
7+
8+
* revert to release-please outputs in ci ([34733ba](https://github.com/Loop3D/LoopProjectFile/commit/34733ba4f85a2a2fdc200a927a820148bccfd7ee))
9+
* trigger release ([7e1a830](https://github.com/Loop3D/LoopProjectFile/commit/7e1a83086b0687b6ea4adb1d4138ccb78dbc7e1b))

LoopProjectFile/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.2.1"
22

33

44
# Current Loop Project File Version

0 commit comments

Comments
 (0)