Skip to content

Commit

Permalink
chore: Release 1.2.0
Browse files Browse the repository at this point in the history
- Updated `CHANGELOG.md`
- Updated version in `README.md` badges and `pyproject.toml`
  • Loading branch information
BURG3R5 committed Jul 5, 2024
1 parent 77ef98b commit cceeefe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.2.0](https://github.com/BURG3R5/firefox-bookmarks/releases/tag/1.2.0) - 2024-07-05

### Added

- Added a read-only mode for users with DB-locking issues

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

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![README banner for firefox-bookmarks](https://i.imgur.com/oZ2vyCx.png)

![CI Status](https://img.shields.io/github/actions/workflow/status/BURG3R5/firefox-bookmarks/integration_tests.yml?branch=main&style=flat-square) ![PyPI](https://img.shields.io/badge/pypi-1.1.0.post1-blue?style=flat-square) ![License - AGPL v3 or later](https://img.shields.io/pypi/l/firefox-bookmarks?style=flat-square) ![Code style: YAPF](https://img.shields.io/badge/code%20style-yapf-blue?style=flat-square) ![Code style: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat-square)
![CI Status](https://img.shields.io/github/actions/workflow/status/BURG3R5/firefox-bookmarks/integration_tests.yml?branch=main&style=flat-square) ![PyPI](https://img.shields.io/badge/pypi-1.2.0-blue?style=flat-square) ![License - AGPL v3 or later](https://img.shields.io/pypi/l/firefox-bookmarks?style=flat-square) ![Code style: YAPF](https://img.shields.io/badge/code%20style-yapf-blue?style=flat-square) ![Code style: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat-square)

# firefox-bookmarks

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.1.0.post1"
version = "1.2.0"
description = "Manage your Firefox bookmarks with ease"
authors = ["Aditya Rajput <adiraj20072002@gmail.com>"]
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit cceeefe

Please sign in to comment.