Skip to content

Commit

Permalink
chore: release (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 2, 2024
1 parent 75d4330 commit 2a83002
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ resolver = "2"
members = ["focusable", "focusable-derive"]

[workspace.package]
version = "0.2.5"
version = "0.2.6"
edition = "2021"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/focusable"
repository = "https://github.com/joshka/focusable"
readme = "README.md"

[workspace.dependencies]
focusable-derive = { version = "0.2.5", path = "focusable-derive" }
focusable-derive = { version = "0.2.6", path = "focusable-derive" }
6 changes: 6 additions & 0 deletions focusable-derive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.6](https://github.com/joshka/focusable/compare/focusable-derive-v0.2.5...focusable-derive-v0.2.6) - 2024-09-02

### Other
- *(deps)* bump the cargo-dependencies group across 1 directory with 3 updates ([#17](https://github.com/joshka/focusable/pull/17))
- *(deps)* bump syn in the cargo-dependencies group ([#14](https://github.com/joshka/focusable/pull/14))

## [0.2.5](https://github.com/joshka/focusable/compare/focusable-derive-v0.2.4...focusable-derive-v0.2.5) - 2024-08-12

### Other
Expand Down
5 changes: 5 additions & 0 deletions focusable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.6](https://github.com/joshka/focusable/compare/focusable-v0.2.5...focusable-v0.2.6) - 2024-09-02

### Other
- *(deps)* bump the cargo-dependencies group across 1 directory with 3 updates ([#17](https://github.com/joshka/focusable/pull/17))

## [0.2.5](https://github.com/joshka/focusable/compare/focusable-v0.2.4...focusable-v0.2.5) - 2024-08-12

### Other
Expand Down

0 comments on commit 2a83002

Please sign in to comment.