Skip to content

Commit 7facbeb

Browse files
chore(release): 1.7.8 [skip ci]
## [1.7.8](v1.7.7...v1.7.8) (2025-08-24) ### Bug Fixes * remove deprecated mypy configuration from pyproject.toml ([8ff648c](8ff648c))
1 parent 8ff648c commit 7facbeb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.7.8](https://github.com/arian24b/linkcovery/compare/v1.7.7...v1.7.8) (2025-08-24)
2+
3+
4+
### Bug Fixes
5+
6+
* remove deprecated mypy configuration from pyproject.toml ([8ff648c](https://github.com/arian24b/linkcovery/commit/8ff648cf3ac6e15f9234c553edff100cde75a917))
7+
18
## [1.7.7](https://github.com/arian24b/linkcovery/compare/v1.7.6...v1.7.7) (2025-08-24)
29

310

linkcovery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""LinKCovery - Bookmark and Link Management Tool."""
22

3-
__version__ = "1.7.7"
3+
__version__ = "1.7.8"
44
__author__ = "Arian Omrani"
55
__email__ = "arian24b@gmail.com"
66
__description__ = "Bookmark and Link discovery tool for people with love and Python :)"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "linkcovery"
3-
version = "1.7.7"
3+
version = "1.7.8"
44
description = "A modern, fast, and intuitive bookmark management CLI tool"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)