Skip to content

Commit

Permalink
Finish 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed Jun 24, 2023
1 parent eb54467 commit d62cb25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.4.0 - 2023-06-24

### Added

Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shortguid"
version = "0.4.0-unstable"
version = "0.4.0"
edition = "2021"
license = "EUPL-1.2"
description = "Short URL-safe Base64 encoded UUIDs"
Expand All @@ -11,8 +11,8 @@ rust-version = "1.67.1"

[dependencies]
arbitrary = { version = "1.3.0", optional = true }
base64 = "0.21.0"
uuid = "1.3.0"
base64 = "0.21.2"
uuid = "1.3.4"

[features]
default = ["random"]
Expand All @@ -21,7 +21,7 @@ random = ["uuid/v4"]

[dev-dependencies]
hex = "0.4.3"
clap = "4.2.4"
clap = "4.3.8"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit d62cb25

Please sign in to comment.