From cd6d8cb4e85ae21eabde1cf84b5d29070d31fa88 Mon Sep 17 00:00:00 2001 From: Endoze Date: Wed, 13 Nov 2024 15:35:02 -0500 Subject: [PATCH] chore: release v0.1.1 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..287cc63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# 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/endoze/axum-rails-cookie/compare/v0.1.0...v0.1.1) - 2024-11-13 + +### Other + +- Fix cargo dist setup diff --git a/Cargo.lock b/Cargo.lock index e4846db..3777c1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ dependencies = [ [[package]] name = "axum-rails-cookie" -version = "0.1.0" +version = "0.1.1" dependencies = [ "axum", "axum-extra", diff --git a/Cargo.toml b/Cargo.toml index a872a23..2fd4e05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-rails-cookie" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Extract rails session cookies in axum based apps." authors = ["Endoze "]