From 4a71714d01603a97c8c4bbf055369d28e349d9bf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 7 Apr 2024 04:16:37 +0000 Subject: [PATCH] release: 0.0.10 [skip ci] ## [0.0.10](https://github.com/fensak-io/senc/compare/v0.0.9...v0.0.10) (2024-04-07) ### Other updates * Fix pipeline for changelog generation ([#67](https://github.com/fensak-io/senc/issues/67)) ([88aab54](https://github.com/fensak-io/senc/commit/88aab5418cfd85892ffdb11c6c2fcd7a878f83ae)) * Install new semantic release plugin in workflow ([#69](https://github.com/fensak-io/senc/issues/69)) ([5b97228](https://github.com/fensak-io/senc/commit/5b97228f8a9900a9d9584883ce844c3f4ede470f)) --- Cargo.lock | 2 +- Cargo.toml | 2 +- packages/types/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e21742..8bbf2c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1622,7 +1622,7 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "senc" -version = "0.0.9" +version = "0.0.10" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index abadee1..8317b00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] # NOTE: The version is maintained in the release branch only, through semantic-release. name = "senc" -version = "0.0.9" +version = "0.0.10" edition = "2021" build = "build.rs" diff --git a/packages/types/package.json b/packages/types/package.json index e830d47..a9d12bf 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@fensak-io/senc-types", - "version": "0.0.9", + "version": "0.0.10", "author": "Fensak, LLC (https://fensak.io)", "license": "MPL-2.0", "description": "Core type definitions for senc.",