Skip to content

Commit ae351b9

Browse files
committed
docs: updated CHANGELOG.md
1 parent cf73499 commit ae351b9

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## [0.1.4] - 2026-03-03
9+
10+
### Changed
11+
12+
- Brought back ssg
13+
14+
815
## [0.1.3] - 2026-03-03
916

1017
### Changed
@@ -56,4 +63,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5663
[0.1.1]: https://github.com/KDesp73/tinydocs//releases/tag/v0.1.1
5764
[0.1.2]: https://github.com/KDesp73/tinydocs//releases/tag/v0.1.2
5865
[0.1.3]: https://github.com/KDesp73/tinydocs//releases/tag/v0.1.3
66+
[0.1.4]: https://github.com/KDesp73/tinydocs//releases/tag/v0.1.4
5967

tinydocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# @author Konstantinos Despoinidis (KDesp73)
77
# @license MIT
88

9-
__version__ = "0.1.3"
9+
__version__ = "0.1.4"
1010

1111
__all__ = [
1212
"IgnoreChecker",

0 commit comments

Comments
 (0)