Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Oct 20, 2021
1 parent 40460c5 commit 15d1ce2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 0.11.0 - Unreleased
## 0.12.0 - Unreleased

## 0.11.0 - 2021-10-20

- Disable clock feature of chrono to mitigate RUSTSEC-2020-0159 [`#57`](https://github.com/rust-syndication/atom/pull/57)
- Escape Content's value unless it contains xhtml [`#52`](https://github.com/rust-syndication/atom/pull/52)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atom_syndication"
version = "0.10.0"
version = "0.11.0"
authors = ["James Hurst <jh.jameshurst@gmail.com>"]
edition = "2018"
description = "Library for serializing the Atom web content syndication format"
Expand Down

0 comments on commit 15d1ce2

Please sign in to comment.