Skip to content

Commit 4cc728d

Browse files
chore(main): release 0.1.3
1 parent 68bf8b0 commit 4cc728d

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.2"
2+
".": "0.1.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.3](https://github.com/deliro/corrode/compare/v0.1.2...v0.1.3) (2026-02-19)
9+
10+
11+
### Documentation
12+
13+
* add acknowledgements ([68bf8b0](https://github.com/deliro/corrode/commit/68bf8b0d5d408acbd32d4a05cfcdb77a69c7db4f))
14+
* add The Zen of Python quote ([6f3bb5e](https://github.com/deliro/corrode/commit/6f3bb5ebc457b64f96e2b06229bf6c770057b2d6))
15+
816
## [0.1.2](https://github.com/deliro/corrode/compare/v0.1.1...v0.1.2) (2026-02-19)
917

1018

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "corrode"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "A Rust-like Result type for Python"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)