You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [v0.1.8] - 2024-12-24
8
+
### :boom: BREAKING CHANGES
9
+
- due to [`b7aa937`](https://github.com/deargen/workflows/commit/b7aa937643a4ed5101c8496f125385cb525c506a) - remove get-versioneer-version *(commit by [@kiyoon](https://github.com/kiyoon))*:
10
+
11
+
remove get-versioneer-version
12
+
13
+
14
+
### :sparkles: New Features
15
+
-[`b7aa937`](https://github.com/deargen/workflows/commit/b7aa937643a4ed5101c8496f125385cb525c506a) - remove get-versioneer-version *(commit by [@kiyoon](https://github.com/kiyoon))*
16
+
-[`e4340c0`](https://github.com/deargen/workflows/commit/e4340c03d80e22bb60762c364644b5e6bed57954) - automatically update version tag in deploy.yml *(commit by [@kiyoon](https://github.com/kiyoon))*
17
+
-[`b716e73`](https://github.com/deargen/workflows/commit/b716e73d7ab39015c32bdb534532a78b9c6f42b3) - create pull request when deploy *(commit by [@kiyoon](https://github.com/kiyoon))*
18
+
19
+
### :bug: Bug Fixes
20
+
-[`45c2c28`](https://github.com/deargen/workflows/commit/45c2c2895756b4573bb23dff199e8d56cfbe42c0) - do not leave temporary tag when deployment fails *(commit by [@kiyoon](https://github.com/kiyoon))*
21
+
-[`2e3ad1b`](https://github.com/deargen/workflows/commit/2e3ad1b5e74de1539fef376ddd8a98abac99a397) - python 3.8 doctest *(commit by [@kiyoon](https://github.com/kiyoon))*
22
+
23
+
### :wrench: Chores
24
+
-[`d299b19`](https://github.com/deargen/workflows/commit/d299b19b57839ed46b28a79454ad3e8f2a3a5d86) - fix ruff *(commit by [@kiyoon](https://github.com/kiyoon))*
25
+
-[`30362c8`](https://github.com/deargen/workflows/commit/30362c8a4344ff99dc3019fa2a444c0a4eefa71b) - fix ruff *(commit by [@kiyoon](https://github.com/kiyoon))*
26
+
27
+
7
28
## [v0.1.7] - 2024-12-17
8
29
### :sparkles: New Features
9
30
-[`4646ff1`](https://github.com/deargen/workflows/commit/4646ff1cbe9392ba5ba1bd10adc145242ed572bc) - raise KeyError if src/ not exists *(commit by [@kiyoon](https://github.com/kiyoon))*
@@ -117,3 +138,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments