Skip to content

Commit

Permalink
Prepare release 0.8.0 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-vuillemot authored Dec 17, 2024
1 parent 72f5cb1 commit bc99391
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:
contents: read

env:
WHEEL: cshelve-0.7.0-py3-none-any.whl
WHEEL: cshelve-0.8.0-py3-none-any.whl

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: read

env:
WHEEL: cshelve-0.7.0-py3-none-any.whl
WHEEL: cshelve-0.8.0-py3-none-any.whl

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [0.7.0] - 2024-11-12
## [0.8.0] - 2024-12-17
### Added
- Allow data compression

## [0.7.0] - 2024-12-04
### Added
- Provide parameters to provider.
- Provider parameters support on `in-memory` and `azure-blob`.
Expand Down
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 = "hatchling.build"

[project]
name = "cshelve"
version = "0.7.0"
version = "0.8.0"
description = "Propulsing the shelve module to the cloud"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit bc99391

Please sign in to comment.