Skip to content

Commit e88c404

Browse files
build(version): 🔖 update version from 0.1.0 to 0.2.0
1 parent 56d9c5d commit e88c404

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "0.1.0"
2+
version = "0.2.0"
33
bump_message = "build(version): :bookmark: update version from $current_version to $new_version"
44
version_schema = "semver"
55
version_provider = "commitizen"

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,41 @@ based on the commit messages. This means that releases can happen quite
88
often, sometimes several in a day. It also means any individual release
99
will not have many changes within it. Below is a list of releases along
1010
with what was changed within it.
11+
12+
## 0.2.0 (2025-09-12)
13+
14+
### Feat
15+
16+
- :sparkles: post on why we use Copier (#195)
17+
- :sparkles: decision on why we use or recommend CC0 for data (#194)
18+
- :sparkles: add alt labels to navbar logos
19+
- :sparkles: added a category listing to the page (#74)
20+
- add reference section
21+
- :sparkles: add category listing to page
22+
- :tada: Set up basic Quarto and Git repo standard files
23+
24+
### Fix
25+
26+
- :pencil2: wrong single quote character was used (#213)
27+
- :pencil2: there was a double quote accidentally (#128)
28+
- update link to values and principles
29+
- change contents path so fit new folder structure
30+
- remove whitespace
31+
- shorten alt texts
32+
- elaborate on alt labels
33+
- add "Decisions" to logo alt
34+
- :fire: remove old favicons
35+
- remove duplicate categories from yaml header
36+
- change headers to sentence case
37+
- add missing "are"
38+
- :pencil2: apply suggestions from code review
39+
- :coffin: Remove unnecessary style code for column widths
40+
- :globe_with_meridians: Fixed link to internal decision post
41+
- :pencil2: The yaml header was incomplete.
42+
- :globe_with_meridians: Fix links to internal and external files/content
43+
- :rotating_light: Fixed URLs that we're resolving
44+
45+
### Refactor
46+
47+
- :recycle: decide on uv, not Poetry (#170)
48+
- :recycle: reduce number of categories, remove redundant/unecessary ones

0 commit comments

Comments
 (0)