Skip to content

Commit

Permalink
Release v1.0.2-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
p-jackson committed Apr 10, 2023
1 parent 61e82d8 commit 1d16620
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "entities"
version = "1.0.1"
version = "1.0.2-rc.1"
authors = ["Philip Jackson <[email protected]>"]
description = "Provides the raw data needed to convert to and from HTML entities."
repository = "https://github.com/p-jackson/entities"
Expand Down

0 comments on commit 1d16620

Please sign in to comment.