From 8290896f9dec26f8c1fa51a7ead990fd02b14921 Mon Sep 17 00:00:00 2001 From: Release-plz Date: Tue, 21 Apr 2026 03:23:16 +0000 Subject: [PATCH] chore(release): Release v0.1.3 Signed-off-by: Release-plz --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 158f136..3d9955a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + +### Features + +- Add function that applies netmask to ip + +### 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 ### Features diff --git a/Cargo.lock b/Cargo.lock index 898c7bd..6a3273e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,7 +214,7 @@ dependencies = [ [[package]] name = "crete" -version = "0.1.2" +version = "0.1.3" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 616d8d8..6e549d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crete" -version = "0.1.2" +version = "0.1.3" edition = "2024" default-run = "crete" publish = ["infra"]