Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
This only enforces proper semantic versioning as the last release added
a new functionality. No changes have been added.
  • Loading branch information
agoscinski committed Sep 26, 2024
1 parent 5601ee9 commit a693706
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.2.0 (26 September 2024)

This only enforces proper semantic versioning as the last release added a new functionality. No changes have been added.

## v1.1.1 (19 September 2024)

- Added progress bar functionality for repack and pack_all_loose [\[737f9c7\]](https://github.com/aiidateam/disk-objectstore/commit/737f9c71151bf7ac297c6431688b4a75eac91b7c)
Expand Down
2 changes: 1 addition & 1 deletion disk_objectstore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

__all__ = ("Container", "ObjectType", "CompressMode")

__version__ = "1.1.1"
__version__ = "1.2.0"

0 comments on commit a693706

Please sign in to comment.