Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nathansam committed Mar 28, 2023
1 parent 0948e61 commit fa38821
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## bibget 1.0.1

Dependencies have been updated.

### Dependencies updated to latest versions

* tokio 1.25.0 -> 1.26.0
* futures 0.3.26 -> 0.3.27
* clap 4.1.6 -> 4.1.13

## bibget 1.0.0

The bump to version 1.0.0 indicates that the binary is now considered
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 = "bibget"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
authors = ["Nathan Constantine-Cooke <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit fa38821

Please sign in to comment.