From f256c1eacbd008b5944911cfd259f2db7c5079c0 Mon Sep 17 00:00:00 2001 From: Philip Cristiano <36135+philipcristiano@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:15:03 +0000 Subject: [PATCH] chore: release Signed-off-by: Philip Cristiano <36135+philipcristiano@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2054285 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.1](https://github.com/philipcristiano/nostress/compare/v0.1.0...v0.1.1) - 2023-12-05 + +### Other +- Replace mod with dep +- Common rust workflow diff --git a/Cargo.lock b/Cargo.lock index 12cfe4f..25040f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1226,7 +1226,7 @@ dependencies = [ [[package]] name = "nostress" -version = "0.1.0" +version = "0.1.1" dependencies = [ "axum 0.7.2", "clap", diff --git a/Cargo.toml b/Cargo.toml index b765dcc..60a9517 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nostress" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Nostr to RSS" license = "Apache-2.0"