mirror of
https://git.asonix.dog/asonix/activitystreams.git
synced 2024-11-22 03:40:59 +00:00
Prepare 0.7.0-alpha.11
This commit is contained in:
parent
101db48fd0
commit
88470a3199
4 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
# 0.7.0-alpha.11
|
||||||
- Update summary and content to return `OneOrMany<&'a AnyString>`
|
- Update summary and content to return `OneOrMany<&'a AnyString>`
|
||||||
- Implement as_single_xsd_string and as_single_rdf_lang_string for `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`
|
- Change Add from aliasing `ActorAndObject` to `ActorAndObjectOptOriginAndTarget`
|
||||||
|
|
||||||
|
|
||||||
# 0.7.0-alpha.10
|
# 0.7.0-alpha.10
|
||||||
- Fix extraction of `image` and `icon` when creating Objects from AnyBase
|
- Fix extraction of `image` and `icon` when creating Objects from AnyBase
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "activitystreams"
|
name = "activitystreams"
|
||||||
description = "A set of core types and traits for activitystreams data"
|
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"
|
license = "GPL-3.0"
|
||||||
authors = ["asonix <asonix@asonix.dog>"]
|
authors = ["asonix <asonix@asonix.dog>"]
|
||||||
repository = "https://git.asonix.dog/Aardwolf/activitystreams"
|
repository = "https://git.asonix.dog/Aardwolf/activitystreams"
|
||||||
|
|
|
@ -11,7 +11,7 @@ _A set of Traits and Types that make up the ActivityStreams and ActivityPub spec
|
||||||
First, add ActivityStreams to your dependencies
|
First, add ActivityStreams to your dependencies
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
activitystreams = "0.7.0-alpha.8"
|
activitystreams = "0.7.0-alpha.11"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Types
|
### Types
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
//! First, add ActivityStreams to your dependencies
|
//! First, add ActivityStreams to your dependencies
|
||||||
//! ```toml
|
//! ```toml
|
||||||
//! [dependencies]
|
//! [dependencies]
|
||||||
//! activitystreams = "0.7.0-alpha.4"
|
//! activitystreams = "0.7.0-alpha.11"
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! ### Types
|
//! ### Types
|
||||||
|
|
Loading…
Reference in a new issue