Skip to content

Commit

Permalink
release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grimerssy committed Aug 20, 2024
1 parent 62f2fd7 commit 2e5df10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

### Added

### Changed

### Fixed

# 0.1.4 (20 August, 2024)

### Added

- allow tags longer than 8 bytes

### Changed
Expand Down
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "squint"
version = "0.1.3"
version = "0.1.4"
description = "Encode sequential integer ids as random looking strings"
authors = ["Stanislav Stoyanov <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -30,6 +30,3 @@ opt-level = 3

[profile.test.package.rand_chacha]
opt-level = 3

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

0 comments on commit 2e5df10

Please sign in to comment.