Skip to content

Commit 73f14e3

Browse files
authored
Release v1.2.0 (#177)
This only enforces proper semantic versioning as the last release added a new functionality which should be minor update. No changes have been added.
1 parent 5601ee9 commit 73f14e3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.2.0 (26 September 2024)
4+
5+
This only enforces proper semantic versioning as the last release added a new functionality. No changes have been added.
6+
37
## v1.1.1 (19 September 2024)
48

59
- Added progress bar functionality for repack and pack_all_loose [\[737f9c7\]](https://github.com/aiidateam/disk-objectstore/commit/737f9c71151bf7ac297c6431688b4a75eac91b7c)

disk_objectstore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

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

14-
__version__ = "1.1.1"
14+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)