Skip to content

Commit

Permalink
chore: release v0.2.4 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
calteran authored Jan 3, 2025
2 parents 8535524 + 12f4426 commit b9dc508
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/calteran/oliframe/compare/v0.1.0...HEAD)

## [0.2.4](https://github.com/calteran/oliframe/compare/v0.2.3...v0.2.4) - 2025-01-03

### Other

- *(deps)* bump clap from 4.5.21 to 4.5.23
- *(deps)* bump env_logger from 0.11.5 to 0.11.6
- *(deps)* bump thiserror from 2.0.3 to 2.0.9
- *(deps)* bump xxhash-rust from 0.8.12 to 0.8.15

## [0.2.3](https://github.com/calteran/oliframe/compare/v0.2.2...v0.2.3) - 2024-12-02

### Other

- *(deps)* bump clap from 4.5.20 to 4.5.21
- *(deps)* bump image from 0.25.4 to 0.25.5
- *(deps)* bump thiserror from 1.0.66 to 2.0.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "oliframe"
description = "Add a simple border to one or more images"
repository = "https://github.com/calteran/oliframe"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
13 changes: 11 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ allow = [

[bans]
skip = [
"[email protected]", # Until https://github.com/xiph/rav1e/pull/3403 (image dep)
"[email protected]" # Until https://github.com/xiph/rav1e/pull/3403 (image dep)
"[email protected]",
#└── rav1e v0.7.1 <- fixed in `master`, but no release yet
# └── ravif v0.11.11
# └── image v0.25.5
# └── oliframe v0.2.4
"[email protected]"
#└── thiserror v1.0.69
# └── rav1e v0.7.1 <- fixed in `master`, but no release yet
# └── ravif v0.11.11
# └── image v0.25.5
# └── oliframe v0.2.4
]

0 comments on commit b9dc508

Please sign in to comment.