Skip to content

Commit

Permalink
docs: Update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
empicano committed Sep 19, 2023
1 parent a08876a commit 5a41fd8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 46 deletions.
46 changes: 0 additions & 46 deletions .pre-commit-config.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.2.1] - 2023-09-19

### Changed

- Deprecate `connect` and `disconnect` in favor of direct calls to `__aenter__` and `__aexit__`. (@empicano in #247)

### Fixed

- Release lock in `__aexit__` only if acquired (@spacemanspiff2007 in #249)

## [1.2.0] - 2023-09-03

### Changed
Expand Down

0 comments on commit 5a41fd8

Please sign in to comment.