mirror of
https://git.asonix.dog/asonix/activitystreams.git
synced 2025-02-02 23:02:20 +00:00
Prepare v0.7.0-alpha.16
This commit is contained in:
parent
0dfb92005c
commit
2f9532ad65
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
|||
# Unreleased
|
||||
|
||||
# 0.7.0-alpha.16
|
||||
- implement `IntoIterator` for `&OneOrMany<T>` and `&mut OneOrMany<T>`
|
||||
- add `check` function for verifying an IRI's authority
|
||||
- add `BaseExt::check_authority` for verifying an IRI's authority against an object's ID
|
||||
|
@ -6,7 +8,7 @@
|
|||
`Actor::outbox`, `Actor::following`, `Actor::followers`, `Actor::liked`, `Actor::streams`,
|
||||
`Actor::endpoints`
|
||||
|
||||
# 0.7.0-alpha.14
|
||||
# 0.7.0-alpha.15
|
||||
- switch to iri-string from url
|
||||
- remove `checked` variations of methods, rename `unchecked`
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "activitystreams"
|
||||
description = "A set of core types and traits for activitystreams data"
|
||||
version = "0.7.0-alpha.15"
|
||||
version = "0.7.0-alpha.16"
|
||||
license = "GPL-3.0"
|
||||
authors = ["asonix <asonix@asonix.dog>"]
|
||||
repository = "https://git.asonix.dog/Aardwolf/activitystreams"
|
||||
|
@ -20,7 +20,7 @@ members = [
|
|||
|
||||
[dependencies]
|
||||
activitystreams-kinds = { version = "0.2.0", path = "./activitystreams-kinds/", default-features = false, features = ["iri-string"] }
|
||||
iri-string = { version = "0.5.0-beta.1", features = ["alloc", "serde", "serde-alloc", "serde-std", "std"] }
|
||||
iri-string = { version = "0.5.0-beta.1", features = ["serde", "serde-std", "std"] }
|
||||
mime = "0.3"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
|
Loading…
Reference in a new issue