Skip to content

Commit 462272b

Browse files
build(version): 🔖 update version from 0.1.0 to 0.2.0
1 parent 96ce437 commit 462272b

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,26 @@ created quite often---sometimes several times in a day. This also means
1414
that any individual release will not have many changes within it. Below
1515
is a list of the releases we've made so far, along with what was changed
1616
within each release.
17+
18+
## 0.2.0 (2025-12-08)
19+
20+
### Feat
21+
22+
- ✨ add commit guidelines (#58)
23+
- :sparkles: add "writing Python" guide section (#48)
24+
- :sparkles: guide on tasks to do during iteration (#33)
25+
- :sparkles: iteration chapter with description of it (#31)
26+
- :sparkles: add link to `seedcase-project.org` in `body-header` (#52)
27+
- :sparkles: add making Python test guide page (#39)
28+
- :sparkles: end of iteration guide (#34)
29+
- :sparkles: guide on start of iteration (#32)
30+
- :sparkles: guide to make GitHub Apps to make tokens (#21)
31+
32+
### Fix
33+
34+
- :bug: add favicon directly in quarto config (#64)
35+
36+
### Refactor
37+
38+
- :recycle: move review of longer-term roadmap up in iteration start agenda (#63)
39+
- ♻️ minor changes to Tests section (#51)

0 commit comments

Comments
 (0)