Skip to content

Commit 4f1f065

Browse files
committed
version: 1.0.0 -> 1.1.0
1 parent 1d0a8b0 commit 4f1f065

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Diff for: CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.1.0] - 2024-07-20
99
### Added
1010
* Added pretty page titles. Pages now display the HTML title instead of directory path.
1111
* Added a `robots.txt` endpoint to the server.
@@ -20,5 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020

2121
Initial release.
2222

23-
[unreleased]: https://github.com/newAM/oidc_pages/releases/v1.0.0...HEAD
23+
[unreleased]: https://github.com/newAM/oidc_pages/compare/v1.1.0...HEAD
24+
[1.1.0]: https://github.com/newAM/oidc_pages/compare/v1.0.0...v1.1.0
2425
[1.0.0]: https://github.com/newAM/oidc_pages/releases/tag/v1.0.0

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oidc_pages"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
authors = ["Alex Martens <[email protected]>"]
55
edition = "2021"
66
repository = "https://github.com/newAM/oidc_pages"

0 commit comments

Comments
 (0)