diff --git a/CHANGELOG.md b/CHANGELOG.md index da7c993..8be0b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Unreleased + +# 0.7.0-alpha.11 - Update summary and content to return `OneOrMany<&'a AnyString>` - Implement as_single_xsd_string and as_single_rdf_lang_string for `OneOrMany<&'a AnyString>` - Change Add from aliasing `ActorAndObject` to `ActorAndObjectOptOriginAndTarget` - # 0.7.0-alpha.10 - Fix extraction of `image` and `icon` when creating Objects from AnyBase diff --git a/Cargo.toml b/Cargo.toml index f845a11..1e6c403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "activitystreams" description = "A set of core types and traits for activitystreams data" -version = "0.7.0-alpha.10" +version = "0.7.0-alpha.11" license = "GPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/Aardwolf/activitystreams" diff --git a/README.md b/README.md index 560f6a3..1c61176 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ _A set of Traits and Types that make up the ActivityStreams and ActivityPub spec First, add ActivityStreams to your dependencies ```toml [dependencies] -activitystreams = "0.7.0-alpha.8" +activitystreams = "0.7.0-alpha.11" ``` ### Types diff --git a/src/lib.rs b/src/lib.rs index 5725ab6..e1e613d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,7 +11,7 @@ //! First, add ActivityStreams to your dependencies //! ```toml //! [dependencies] -//! activitystreams = "0.7.0-alpha.4" +//! activitystreams = "0.7.0-alpha.11" //! ``` //! //! ### Types