Skip to content

Commit 207fe50

Browse files
committed
Namada 0.45.1
1 parent 73638a8 commit 207fe50

File tree

9 files changed

+156
-150
lines changed

9 files changed

+156
-150
lines changed

.changelog/v0.45.1/summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Namada 0.45.1 is a patch releases that fixes an issue with release packaging.
2+

CHANGELOG.md

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

3+
## v0.45.1
4+
5+
Namada 0.45.1 is a patch releases that fixes an issue with release packaging.
6+
37
## v0.45.0
48

59
Namada 0.45.0 is a minor release with various bug-fixes and improvements.

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
6262
license = "GPL-3.0"
6363
readme = "README.md"
6464
repository = "https://github.com/anoma/namada"
65-
version = "0.45.0"
65+
version = "0.45.1"
6666

6767
[workspace.dependencies]
6868
arbitrary = {version = "1.3", features = ["derive"]}

0 commit comments

Comments
 (0)