From 26f2926c0c0527a8027112ed1bf6fd944f5dc56b Mon Sep 17 00:00:00 2001 From: Philip Cristiano Date: Wed, 10 Jul 2024 19:23:25 -0400 Subject: [PATCH] chore(main): release 0.2.2 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f4ac5..2a79181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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). +## [0.2.2](https://github.com/philipcristiano/nostress/compare/v0.2.1...v0.2.2) (2024-07-10) + + +### Bug Fixes + +* Use common tracelayer ([f1f7dea](https://github.com/philipcristiano/nostress/commit/f1f7dea366c3e1d525e6d2918f2abbf1339c083d)) + ## [0.2.1](https://github.com/philipcristiano/nostress/compare/v0.2.0...v0.2.1) (2024-07-10) diff --git a/Cargo.lock b/Cargo.lock index c503b9e..aa3505f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1754,7 +1754,7 @@ dependencies = [ [[package]] name = "nostress" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "axum 0.7.5", diff --git a/Cargo.toml b/Cargo.toml index 4f9824b..580524f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nostress" -version = "0.2.1" +version = "0.2.2" edition = "2021" description = "Nostr to RSS" license = "Apache-2.0"