Skip to content

Commit 4a58c03

Browse files
authored
Merge pull request #57 from Loop3D/release-please--branches--master
chore(master): release 0.2.2
2 parents 55ef7a4 + ef70a6a commit 4a58c03

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"LoopProjectFile": "0.2.0",
3-
".": "0.2.1"
3+
".": "0.2.2"
44
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/Loop3D/LoopProjectFile/compare/v0.2.1...v0.2.2) (2024-12-16)
4+
5+
6+
### Bug Fixes
7+
8+
* actually automate the version. ([7c8be66](https://github.com/Loop3D/LoopProjectFile/commit/7c8be6680b1b174c06321cdb0ed70fbb50bcf614))
9+
* also update the ubuntu ([6497400](https://github.com/Loop3D/LoopProjectFile/commit/6497400fb422b7c8ee65696ae1dff5c644499ebc))
10+
* update tag in meta.yml ([9f3b7ab](https://github.com/Loop3D/LoopProjectFile/commit/9f3b7abc0fba82ab763b173be9fed750c4fe0e3c))
11+
312
## [0.2.1](https://github.com/Loop3D/LoopProjectFile/compare/v0.2.0...v0.2.1) (2024-12-13)
413

514

LoopProjectFile/version.py

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

33

44
# Current Loop Project File Version

0 commit comments

Comments
 (0)