Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Klavionik committed Aug 26, 2024
1 parent 1692131 commit e2cde06
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

# [1.2.0] - 2024-04-29
## [1.2.1] - 2024-08-26
### Fixed
- Initialize the inner clipboard instance lazily to prevent import-time errors in headless environments.

## [1.2.0] - 2024-04-29
### Changed
- Update `arboard` to 3.4.0.
- Update `arboard` to 3.4.0.

## [1.1.1] - 2024-02-20
### Fixed
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
@@ -1,6 +1,6 @@
[package]
name = "copykitten"
version = "1.2.0"
version = "1.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit e2cde06

Please sign in to comment.