Skip to content

Commit a11f727

Browse files
authored
chore: release v0.44.0 (#177)
1 parent 16f888a commit a11f727

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
### Changed
66
### Removed
77

8+
## [0.44.0]
9+
### Added
10+
- *(s3)* support generic S3 endpoints ([#171](https://github.com/jaemk/self_update/pull/171))
11+
### Changed
12+
- *(s3)* fix reverse release ordering ([#173](https://github.com/jaemk/self_update/pull/173))
13+
- *(deps)* update reqwest to 0.13 ([#175](https://github.com/jaemk/self_update/pull/175))
14+
### Removed
15+
816
## [0.43.1]
917
### Added
1018
### Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "self_update"
3-
version = "0.43.1"
3+
version = "0.44.0"
44
description = "Self updates for standalone executables"
55
repository = "https://github.com/jaemk/self_update"
66
keywords = ["update", "upgrade", "download", "release"]

0 commit comments

Comments
 (0)