Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuaKrause committed Jun 27, 2024
1 parent 779b585 commit 52a545c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Changelog

## [release candidate]
## [0.7.1] - 2024-07-27

### Added

- `LSET` and `LINDEX` ([#19])
- Start helpers module for common use cases ([#19])

### Bug-Fixes

- Fix bug when using `PUBSUB` locally ([#19])

## [0.7.0] - 2024-04-21

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "redipy"
description = "redipy is a uniform interface to Redis-like storage systems. It allows you to use the same Redis API with different backends that implement the same functionality."
readme = "README.md"
version = "0.7.0"
version = "0.7.1"
authors = [
{name = "Josua Krause", email = "[email protected]"},
]
Expand Down

0 comments on commit 52a545c

Please sign in to comment.