Skip to content

Commit

Permalink
Merge branch 'release/v0.1.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Jun 3, 2020
2 parents 98d320e + e5bdc3d commit 64a92dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to thoth will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [[0.1.10]](https://github.com/OpenBookPublishers/thoth/releases/tag/v0.1.10) - 2020-06-03
### Changed
- Roadmap button in index catalogue

## [[0.1.9]](https://github.com/OpenBookPublishers/thoth/releases/tag/v0.1.9) - 2020-06-03
### Added
- Roadmap document
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thoth"
version = "0.1.9"
version = "0.1.10"
authors = ["Javier Arias <javi@openbookpublishers.com>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
<img class="logo" src="/thoth-logo.png">
<a class="button" href="https://github.com/OpenBookPublishers/thoth" title="Project">Project</a>
<a class="button" href="https://github.com/orgs/OpenBookPublishers/projects/1" title="Timeline">Timeline</a>
<a class="button" href="https://github.com/OpenBookPublishers/thoth/blob/master/roadmap.md" title="Timeline">Roadmap</a>
<a class="button" href="/graphiql" title="GraphiQL">GraphiQL</a>
</div>
</section>
Expand Down

0 comments on commit 64a92dc

Please sign in to comment.