Skip to content

Commit 44544cd

Browse files
author
conka8
committed
0.2.1
Automated Release Commit
1 parent fd15955 commit 44544cd

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# CHANGELOG
22

3+
## v0.2.1 (2024-07-29)
4+
5+
### Chore
6+
7+
* chore: full links to examples on github ([`a7b473a`](https://github.com/xeroc/python-solana-actions/commit/a7b473acb7626eb2fc75c4a3053732bc2108a387))
8+
9+
### Fix
10+
11+
* fix: bump dependencies in examples #4 ([`3fc1b26`](https://github.com/xeroc/python-solana-actions/commit/3fc1b2622d04bf2ef41c3d42705ca65ce7d93a2e))
12+
13+
### Unknown
14+
15+
* Merge pull request #5 from xeroc/release/202407291307
16+
17+
Release/202407291307 ([`af873af`](https://github.com/xeroc/python-solana-actions/commit/af873afbb9e9962d22956b00f60a0ef4aab27763))
18+
319
## v0.2.0 (2024-07-09)
420

521
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "solana-actions"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Solana Actions library"
55
authors = ["Fabian Schuh <mail@xeroc.org>"]
66
license = "MIT"

solana_actions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "0.2.0"
2+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)