Skip to content

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Mar 3, 2024
1 parent a4c62cc commit 1b817a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.1.2 (2024-03-03)

### Fix

* fix: invalid compressed file for huge file (#11) ([`a4c62cc`](/~https://github.com/crabisoft/pdbstore/commit/a4c62cc80512023473332aad5ff39ef051ca68d5))

## v0.1.1 (2024-02-28)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pdbstore/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
__email__ = "jrp@crabisoft.fr"
__license__ = "MIT"
__title__ = "pdbstore"
__version__ = "0.1.1"
__version__ = "0.1.2"
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 = "pdbstore"
version = "0.1.1"
version = "0.1.2"
description="manage PDB and PE files through a local symbols store"
requires-python = ">=3.8"
license = { text = "MIT" }
Expand Down

0 comments on commit 1b817a9

Please sign in to comment.