Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit 2ccc8a5

Browse files
committed
chore(release): bump version
1 parent e2cf66f commit 2ccc8a5

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
## [unreleased]
1+
## [0.4.2] - 2025-12-08
2+
3+
### 🐛 Bug Fixes
4+
5+
- Henry, g. typo in table
6+
7+
### 🚜 Refactor
8+
9+
- Use absolute imports
10+
11+
### ⚡ Performance
12+
13+
- Early returns in cutter function main loop
14+
15+
### ⚙️ Miscellaneous Tasks
16+
17+
- Update gitignore
18+
## [0.4.1] - 2025-12-05
219

320
### 📚 Documentation
421

@@ -18,6 +35,7 @@
1835
- Update .gitignore
1936
- Update release and clean recipes for Justfile
2037
- *(release)* Bump version
38+
- *(release)* Update CHANGELOG
2139
## [0.4.0] - 2025-12-03
2240

2341
### 🐛 Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "csan"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "Generate a Cutter-Sanborn call number. Can be used as CLI tool or Python library."
55
readme = "README.md"
66
authors = [{ name = "VERA LVX", email = "veralvx@veralvx.com" }]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)