diff options
author | Stephen Finucane <stephen@that.guru> | 2017-03-22 23:03:00 +0000 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2017-04-18 22:08:32 +0100 |
commit | bc2f6162acd5cbf9b16959fb28b726ba12d49767 (patch) | |
tree | 1ab85af801dc82d8031c1f49e8a84ad5d9bb9efd /docs/releases/alpaca.rst | |
parent | 3031c9d5647870aff7dae812368add11421a626e (diff) | |
download | patchwork-bc2f6162acd5cbf9b16959fb28b726ba12d49767.tar patchwork-bc2f6162acd5cbf9b16959fb28b726ba12d49767.tar.gz |
docs: Migrate release notes to rST
This allows us to remove both UPGRADING and CHANGELOG.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/releases/alpaca.rst')
-rw-r--r-- | docs/releases/alpaca.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/releases/alpaca.rst b/docs/releases/alpaca.rst new file mode 100644 index 0000000..e4b310d --- /dev/null +++ b/docs/releases/alpaca.rst @@ -0,0 +1,10 @@ +v0.9 Series ("Alpaca") +====================== + +This represents the state of the Patchwork code before adopting `semantic +versioning`__, along with `fabric-inspired release names`__. For information on +the features available in this release, refer to the `git logs`__. + +__ http://semver.org/ +__ https://en.wikipedia.org/wiki/List_of_fabrics +__ https://github.com/getpatchwork/patchwork/commits/v0.9.0 |