Skip to content

Commit 8eccb2e

Browse files
committed
chore(main): release 0.5.2
1 parent 0af9a55 commit 8eccb2e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## [0.5.2](https://github.com/nomike/thingiverse-publisher/compare/v0.5.1...v0.5.2) (2026-03-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** add pre-commit to dev deps, run via python -m ([dceede5](https://github.com/nomike/thingiverse-publisher/commit/dceede54a3182dde6d89a16647a09588175e6909))
9+
* remove unused global config in load_config and update docstring ([6d45d92](https://github.com/nomike/thingiverse-publisher/commit/6d45d92e5fcec80a2bc68ff61dc6ad0e9d6732b0))
10+
* single source of truth for version and release-please path ([50a270e](https://github.com/nomike/thingiverse-publisher/commit/50a270ed8e48b333b8d0a7b6a2e08daf3f391957))
11+
* use stdlib json for config, add Python 3.13/3.14 ([3f498eb](https://github.com/nomike/thingiverse-publisher/commit/3f498eb9301535ad9c1acd1391012db33f11677f))

thingiverse_publisher/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.5.2"

0 commit comments

Comments
 (0)