Skip to content

Commit 2ab3970

Browse files
committed
chore(release): 0.4.1
1 parent 89cc820 commit 2ab3970

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.4.1](https://github.com/maidsafe/ant-releases/compare/v0.4.0...v0.4.1) - 2025-05-15
10+
11+
### Added
12+
- make AntReleaseRepoActions as Sync and Send
13+
14+
### Fixed
15+
- *(ci)* update actions/cache to latest
16+
- fetch node-launchpad version from crates.io
17+
18+
### Other
19+
- update year on license description
20+
- clippy fix
21+
922
## [0.3.1](https://github.com/maidsafe/sn-releases/compare/v0.3.0...v0.3.1) - 2024-10-22
1023

1124
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "ant-releases"
33
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
44
description = "Download and unpack binaries released from the safe_network repository"
55
license = "GPL-3.0"
6-
version = "0.4.0"
6+
version = "0.4.1"
77
edition = "2021"
88
repository = "https://github.com/maidsafe/ant-releases"
99

0 commit comments

Comments
 (0)