Skip to content

Commit 9eeaf71

Browse files
committed
v3.0.0
1 parent cf75ac9 commit 9eeaf71

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## v3.0.0 - 2024-05-30
44

55
- Added `add_owner_request`, `add_owner_response`
6-
`transfer_owner_request`, `transfer_owner_response`
6+
`transfer_owner_request`, `transfer_owner_response`,
77

88
- `revert_package_request`, and `revert_package_response`
99
are renamed to `remove_package_request`, and `remove_package_response`
10-
to accurately describe what they actuallly do
10+
to accurately describe what they do.
1111

12-
## v2.4.1 - 2025-05-01
12+
## v2.4.1 - 2024-05-01
1313

1414
- Fixed a bug where prerelease versions would not `bump` correctly. This caused
1515
a panic in the Gleam compiler.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hexpm"
3-
version = "2.4.1"
3+
version = "3.0.0"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)