From ff0fcb60f31d74aacd57244ffe03223a3f7dd109 Mon Sep 17 00:00:00 2001 From: Cory Slep Date: Sat, 17 Nov 2018 17:17:38 +0100 Subject: [PATCH] Update README and CHANGELOG in preparation for v0.4.0 release --- CHANGELOG | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 663cb2d..59cb9b8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +v0.4.0 2018-11-17 + +* The 'streams' package now has constructors for each of its generated types. +* The README now lists WriteFreely instead of Write.as as a user of this + library, though Write.as does also use go-fed. WriteFreely is the open- + source fork of the proprietary Write.as. +* The 'tools/exp' subdirectory contains a half-built work-in-progress tool that + will be used to generate the v1.X versions of this library. It does not + materially affect the v0.X versions' functionality nor its code + generation. Its presence is merely a consequence of the go-fed/activity + maintainer [continuing to] fail at using git branches. + v0.3.0 2018-08-21 * Interfaces in 'vocab' now properly contain all of the unknown methods diff --git a/README.md b/README.md index 3542761..ba3b203 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ documentation for every version of this library. ## Status -**0.3.0** ([Semantic Versioning](https://semver.org/)) +**0.4.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).