From 1d166204433c2ee7931251a5494f94c7e35be9d6 Mon Sep 17 00:00:00 2001 From: Philip Jackson Date: Mon, 10 Apr 2023 23:46:20 +1200 Subject: [PATCH] Release v1.0.2-rc.1 --- CHANGELOG.md | 15 +++++++++++++-- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eea606..e669bd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,21 @@ # Changelog All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.0.2-rc.1] - 2023-04-10 +### Added +- Confirm that Rust versions as far back as when version v1.0.0 of the create + was released continue to be supported. +- Daily GitHub Action checks for changes to the HTML entities spec. + +### Changed +- Updated examples in docs to use 2021 edition. +- Build status badge in README powered by GitHub Actions. + ## [1.0.1] - 2018-02-09 ### Added - Links to API docs from crates.io page. @@ -17,5 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - First release with stable API. -[Unreleased]: https://github.com/p-jackson/entities/compare/v1.0.1...HEAD +[Unreleased]: https://github.com/p-jackson/entities/compare/v1.0.2-rc.1...HEAD +[1.0.2-rc.1]: https://github.com/p-jackson/entities/compare/v1.0.1...v1.0.2-rc.1 [1.0.1]: https://github.com/p-jackson/entities/compare/v1.0.0...v1.0.1 diff --git a/Cargo.toml b/Cargo.toml index 6f6afc6..c879d33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "entities" -version = "1.0.1" +version = "1.0.2-rc.1" authors = ["Philip Jackson "] description = "Provides the raw data needed to convert to and from HTML entities." repository = "https://github.com/p-jackson/entities"