Skip to content

Commit c873b77

Browse files
committed
chore(main): release 0.6.0
1 parent f4cf73a commit c873b77

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [0.6.0](https://github.com/nomike/thingiverse-publisher/compare/v0.5.1...v0.6.0) (2026-03-15)
4+
5+
6+
### Features
7+
8+
* add GitHub Actions workflow for PyPI publishing and update CI ([#4](https://github.com/nomike/thingiverse-publisher/issues/4)) ([f4cf73a](https://github.com/nomike/thingiverse-publisher/commit/f4cf73a5388068819ee51902117354a11f2ca4fb))
9+
10+
11+
### Bug Fixes
12+
13+
* **ci:** add pre-commit to dev deps, run via python -m ([dceede5](https://github.com/nomike/thingiverse-publisher/commit/dceede54a3182dde6d89a16647a09588175e6909))
14+
* remove unused global config in load_config and update docstring ([6d45d92](https://github.com/nomike/thingiverse-publisher/commit/6d45d92e5fcec80a2bc68ff61dc6ad0e9d6732b0))
15+
* single source of truth for version and release-please path ([50a270e](https://github.com/nomike/thingiverse-publisher/commit/50a270ed8e48b333b8d0a7b6a2e08daf3f391957))
16+
* 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.6.0"

0 commit comments

Comments
 (0)