Skip to content

Commit

Permalink
Release: v2.0.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
TinySemVer committed Aug 15, 2024
1 parent 3243ea4 commit b20cfc5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,11 @@
### Patch

- Fix: Indicate a package with `__init__.py`

## August 15, 2024: v2.0.6

### Patch

- Make: Fix path to the local script
- Fix: Change entrypoint
- Make: Change directory structure
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.5
2.0.6
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tinysemver"
version = "2.0.5"
version = "2.0.6"
description = "Tiny Semantic Versioning (SemVer) library, that doesn't depend on 300K lines of JavaScript"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit b20cfc5

Please sign in to comment.