Bump version, don't update CHANGELOG since not publishing yet

This commit is contained in:
asonix 2020-08-09 18:36:39 -05:00
parent 9a9fd47cb3
commit c53f26a597
3 changed files with 4 additions and 4 deletions

View file

@ -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.3" version = "0.7.0-alpha.4"
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"

View file

@ -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.3" activitystreams = "0.7.0-alpha.4"
``` ```
### Types ### Types

View file

@ -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.3" //! activitystreams = "0.7.0-alpha.4"
//! ``` //! ```
//! //!
//! ### Types //! ### Types
@ -293,7 +293,7 @@
//! //!
//! You should have received a copy of the GNU General Public License along with ActivityStreams. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/). //! You should have received a copy of the GNU General Public License along with ActivityStreams. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).
#![doc(html_root_url = "https://docs.rs/activitystreams/0.7.0-alpha.3/activitystreams")] #![doc(html_root_url = "https://docs.rs/activitystreams/0.7.0-alpha.4/activitystreams")]
pub mod activity; pub mod activity;
pub mod actor; pub mod actor;