Skip to content

Commit

Permalink
chore: Release 1.1.0
Browse files Browse the repository at this point in the history
- Update `CHANGELOG.md`
- Update version in `pyproject.toml`
  • Loading branch information
BURG3R5 committed Aug 30, 2023
1 parent c49586e commit 9844e6e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [1.1.0](https://github.com/BURG3R5/firefox-bookmarks/releases/tag/1.1.0) - 2023-08-30

### Added

- Added `.str_update` and `.num_update` methods for type-checking ease
- Added integration tests and CI workflow for them

### Changed

- Made `.restore_backup` more customizable
- Included `poetry.lock` to pin dependencies

### Fixed

- Ensured `moz_places` is updated on commit

## [1.0.0](https://github.com/BURG3R5/firefox-bookmarks/releases/tag/1.0.0) - 2023-07-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "firefox-bookmarks"
version = "1.0.0.post2"
version = "1.1.0"
description = "Manage your Firefox bookmarks with ease"
authors = ["Aditya Rajput <[email protected]>"]
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit 9844e6e

Please sign in to comment.