Skip to content

Commit

Permalink
Bump version 1.0.2 and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zefr0x committed Feb 27, 2023
1 parent 7caac26 commit a247d9f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Unreleased

# 1.0.2

## Added

- Auto generate man pages using `clap_mangen`

## Dependencies

### Added

- clap_mangen

### Updated

- tempfile `3.3.0` -> `3.4.0`
- clap `4.0.32` -> `4.1.6`
- clap_complete `4.0.7` -> `4.1.3`

# 1.0.1

## Improved
Expand All @@ -9,7 +27,7 @@

## Dependencies

- Update `configparser` and `clap` `and clap_complete`.
- Update `configparser` and `clap` and `clap_complete`.

# 1.0.0

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 = "foxmarks"
version = "1.0.1"
version = "1.0.2"
authors = ["zer0-x"]
edition = "2021"
description = "A CLI read-only interface for firefox's bookmarks and history."
Expand Down

0 comments on commit a247d9f

Please sign in to comment.