We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aaa8c1 commit a353ce4Copy full SHA for a353ce4
…workflows/publish_pycodetags_to_pypi.yml .github/workflows/publish_to_pypi.yml.github/workflows/publish_pycodetags_to_pypi.yml renamed to .github/workflows/publish_to_pypi.yml
@@ -58,7 +58,7 @@ jobs:
58
runs-on: ubuntu-latest
59
environment:
60
name: pypi
61
- url: https://pypi.org/p/jiggle_version
+ url: https://pypi.org/p/jiggle-version
62
permissions:
63
id-token: write
64
needs: build
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.1.2] - 2025-10-05
9
10
+### Fixed
11
12
+- Python 3.13 support.
13
+- Last version before complete rewrite.
0 commit comments