Skip to content

Commit 4acafb3

Browse files
committed
Bump version 1.0.1 and update CHANGELOG.md
1 parent 2b78c3a commit 4acafb3

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
# Unreleased
22

3+
# 1.0.1
4+
5+
## Improved
6+
7+
- Clearify panic message when no suitable profile id for firefox exist.
8+
- Now binaries has considerably smaller size.
9+
10+
## Dependencies
11+
12+
- Update `configparser` and `clap` `and clap_complete`.
13+
314
# 1.0.0
15+
416
## Fixed
17+
518
- Partially fix unescaping characters from CLI and config file.
619

720
## Dependencies
21+
822
- Update `clap` and `clap_complete`.
923

1024
# 1.0.0-beta.0
11-
- First release.
1225

26+
- First release.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "foxmarks"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["zer0-x"]
55
edition = "2021"
66
description = "A CLI read-only interface for firefox's bookmarks and history."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ git clone https://github.com/zer0-x/foxmarks.git
3939

4040
cd foxmarks
4141

42-
# Checkout to a release tag e.g. v1.0.0
42+
# Checkout to a release tag e.g. v1.0.1
4343
git checkout vx.x.x
4444

4545
cargo build --release

0 commit comments

Comments
 (0)