Skip to content

Commit

Permalink
Merge pull request #3 from danielparks/misc_0.5.1
Browse files Browse the repository at this point in the history
misc 0.5.1
  • Loading branch information
danielparks authored Dec 13, 2022
2 parents a465a36 + c7d825a commit 81cd4cd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Change log

All notable changes to this project will be documented in this file.

## Release 0.5.1 (2022-12-13)

### Bugfixes

* Switched from [assertify][] (deprecated) to [assert2][] for testing.
* Fixed typo of in docs: “entries.json” should have been “entities.json”.
* Fixed formatting and lints.
* Added this change log.

[assertify]: https://crates.io/crates/assertify
[assert2]: https://crates.io/crates/assert2
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "htmlize"
version = "0.5.0"
version = "0.5.1"
authors = ["Daniel Parks <oss-htmlize@demonhorse.org>"]
description = "Encode and decode HTML entities in UTF-8"
homepage = "https://github.com/danielparks/htmlize"
Expand All @@ -11,9 +11,6 @@ categories = ["web-programming", "encoding"]
license = "MIT OR Apache-2.0"
edition = "2018"

[badges]
maintenance = { status = "actively-developed" }

[build-dependencies]
serde_json = "1.0"

Expand Down

0 comments on commit 81cd4cd

Please sign in to comment.