Skip to content

Commit a353ce4

Browse files
1.2.0 - last version before full rewrite
1 parent 2aaa8c1 commit a353ce4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/publish_pycodetags_to_pypi.yml renamed to .github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
environment:
6060
name: pypi
61-
url: https://pypi.org/p/jiggle_version
61+
url: https://pypi.org/p/jiggle-version
6262
permissions:
6363
id-token: write
6464
needs: build

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)