From 9e2efad733e5797c0e7a1f86ac9cbe31dff40237 Mon Sep 17 00:00:00 2001 From: Cory Slep Date: Tue, 21 Aug 2018 20:56:34 +0200 Subject: [PATCH] Update README and CHANGELOG for v0.3.0 --- CHANGELOG | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 28fa728..082fdfb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -master +v0.3.0 2018-08-21 * 'pub' now supports Announce activities' default behavior. Upon receiving an Announce activity via S2S, it is added to the 'shares' property of diff --git a/README.md b/README.md index 9f9230c..959ee8c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ `go get github.com/go-fed/activity` -This repository supports `vgo` and is remotely verifiable. - This repository contains three libraries for use in your golang applications: * `vocab`: An ActivityStreams Vocabulary library @@ -11,6 +9,8 @@ This repository contains three libraries for use in your golang applications: * `pub`: ActivityPub SocialAPI (Client-to-Server) and FederateAPI (Server-to-Server) +This repository supports `vgo` and is remotely verifiable. + This library is biased. It forgoes understanding JSON-LD in exchange for static typing. It provides a large amount of default behavior to let Social, Federated, or both kinds of ActivityPub applications just work. @@ -20,7 +20,7 @@ documentation for every version of this library. ## Status -**0.2.1** ([Semantic Versioning](https://semver.org/)) +**0.3.0** ([Semantic Versioning](https://semver.org/)) An [official implementation report](https://activitypub.rocks/implementation-report/) was last submitted for version **0.2.0** [here](https://github.com/w3c/activitypub/issues/318).