Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed May 30, 2024
1 parent cf75ac9 commit 9eeaf71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Changelog

## Unreleased
## v3.0.0 - 2024-05-30

- Added `add_owner_request`, `add_owner_response`
`transfer_owner_request`, `transfer_owner_response`
`transfer_owner_request`, `transfer_owner_response`,

- `revert_package_request`, and `revert_package_response`
are renamed to `remove_package_request`, and `remove_package_response`
to accurately describe what they actuallly do
to accurately describe what they do.

## v2.4.1 - 2025-05-01
## v2.4.1 - 2024-05-01

- Fixed a bug where prerelease versions would not `bump` correctly. This caused
a panic in the Gleam compiler.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hexpm"
version = "2.4.1"
version = "3.0.0"
authors = ["Louis Pilfold <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 9eeaf71

Please sign in to comment.