chore(release): Release v0.1.3 #22

Merged
Dreaded_X merged 1 commits from release-plz-2026-04-21T03-23-16Z into main 2026-04-21 03:33:18 +00:00
3 changed files with 12 additions and 2 deletions
Showing only changes of commit 8290896f9d - Show all commits
+10
View File
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.1.3](https://git.huizinga.dev/infra/crete/compare/v0.1.2...v0.1.3) - 2026-04-21
### <!-- 0 -->Features
- Add function that applies netmask to ip
### <!-- 3 -->Refactor
- Use ViaDeserialize to convert ip address
## [0.1.2](https://git.huizinga.dev/infra/crete/compare/v0.1.1...v0.1.2) - 2026-04-17
### <!-- 0 -->Features
Generated
+1 -1
View File
@@ -214,7 +214,7 @@ dependencies = [
[[package]]
name = "crete"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"clap",
"clap_complete",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "crete"
version = "0.1.2"
version = "0.1.3"
edition = "2024"
default-run = "crete"
publish = ["infra"]