Skip to content

Commit

Permalink
Bump version 2.0.0-beta.0 and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zefr0x committed Aug 18, 2023
1 parent 32468b1 commit b8a9b93
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Unreleased

# 2.0.0beta.0

## Changed

- Rename `profile-id` option as `profile-path`. <sup>`Breaking Change`</sup>

## Improved

- How firefox-type is handled internaly and externaly (CLI interface). <sup>`Breaking Change`</sup>

## Dependencies

- All dependencies are up to date.

# 1.0.2

## Added
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.2"
version = "2.0.0-beta.0"
authors = ["zefr0x"]
edition = "2021"
description = "A CLI read-only interface for firefox's bookmarks and history."
Expand Down

0 comments on commit b8a9b93

Please sign in to comment.