Skip to content

Commit 35d275d

Browse files
authored
Merge pull request #159 from kevinheavey/prepare-0.20.2
Prepare 0.20.2
2 parents 6b90efb + a12c002 commit 35d275d

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.20.1
2+
current_version = 0.20.2
33
commit = True
44
tag = True
55
tag_name = {new_version}

CHANGELOG.md

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

3+
## [0.20.2] - 2025-03-22
4+
5+
### Fixed
6+
7+
- Fix logical grouping issue in filters_to_use assignment [#(145)](https://github.com/kevinheavey/anchorpy/pull/145)
8+
9+
### Changed
10+
11+
- Relax solders dependency [#(158)](https://github.com/kevinheavey/anchorpy/pull/158)
12+
313
## [0.20.1] - 2024-05-05
414

515
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "anchorpy"
3-
version = "0.20.1"
3+
version = "0.20.2"
44
description = "The Python Anchor client."
55
authors = [{ name = "kevinheavey", email = "kevinheavey123@gmail.com" }]
66
requires-python = "~=3.9"

src/anchorpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@
6767
else __all_core
6868
)
6969

70-
__version__ = "0.20.1"
70+
__version__ = "0.20.2"

uv.lock

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)