Skip to content

Commit

Permalink
Fix new content category name in changelog
Browse files Browse the repository at this point in the history
It is references not resources.

Signed-off-by: Heikki Laaksonen <laaksonen.heikki.j@gmail.com>
  • Loading branch information
heilaaks committed Jul 21, 2018
1 parent f764a1d commit c9b1403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Expand Up @@ -6,7 +6,7 @@ Release History
0.8.0 (2018-21-07)
------------------

* Add new content category resources.
* Add new content category references.
* Experimental beta release from RESTish API server.
* All commits in `0.8.0`_.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/releasing.rst
Expand Up @@ -78,7 +78,7 @@ Releasing
docker rmi docker.io/heilaaks/snippy:v0.7.0
docker run heilaaks/snippy --help
docker run heilaaks/snippy search --sall docker
docker run -d --net="host" --name snippy heilaaks/snippy --server --port 8080 --ip 127.0.0.1 -vv &
docker run -d --net="host" --name snippy heilaaks/snippy --server --port 8080 --ip 127.0.0.1 -vv
curl -s -X GET "http://127.0.0.1:8080/snippy/api/app/v1/snippets?sall=docker&limit=2" -H "accept: application/vnd.api+json"
docker logs 632e97aa83fe
docker stop 632e97aa83fe
Expand Down

0 comments on commit c9b1403

Please sign in to comment.