From 7c969a94a6012dbd326b34e04cba68c3227c9945 Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Sat, 8 Feb 2025 16:00:35 -0800 Subject: [PATCH] version: 1.1.0 -> 2.0.0 --- CHANGELOG.md | 5 +++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b64592c..6f4f7e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.0.0] - 2025-02-08 ### Added @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release. -[Unreleased]: https://github.com/newAM/oidc_pages/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/newAM/oidc_pages/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/newAM/oidc_pages/compare/v1.1.0...v2.0.0 [1.1.0]: https://github.com/newAM/oidc_pages/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/newAM/oidc_pages/releases/tag/v1.0.0 diff --git a/Cargo.lock b/Cargo.lock index f8cc688..d258133 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1595,7 +1595,7 @@ dependencies = [ [[package]] name = "oidc_pages" -version = "1.1.0" +version = "2.0.0" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 0e8e29a..be9948e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oidc_pages" -version = "1.1.0" +version = "2.0.0" authors = ["Alex Martens "] edition = "2021" repository = "https://github.com/newAM/oidc_pages"