Skip to content

Commit

Permalink
build(version): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjani committed Jan 16, 2021
1 parent 235a59e commit 28064bb
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous Deployment
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+[-]?[a-zA-Z]+'

jobs:
publish:
Expand Down
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
# Changelog

All notable changes to this project 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).
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.2.0-alpha] - 2021-16-01

## [Unreleased]
Switching to Handlebars templates instead of restricting to mdBook-style wiki.
(Major change)
Tests don't work right now
Switching to Handlebars templates instead of restricting to mdBook-style wiki (Major change). Tests don't work right now.

## [0.1.1] - 2020-11-28

### Changed:

* hypothesis crate points to crates.io version instead of git
* upgraded dependencies (except tokio and directories-next)

### Added:

* badges to README
* link to releases in README
* first crates.io version
Expand All @@ -32,7 +35,8 @@ Main commands:
* `gooseberry config` - manages configuration, view and edit Hypothesis credentials, the Hypothesis group, and the location of the knowledge base
* `gooseberry move` - move annotations from one group to another (**move** not copy).
Useful if you have a bunch of annotations scattered around and want to move them into one group for gooseberry.



[0.2.0]: https://github.com/out-of-cheese-error/gooseberry/compare/v0.1.1...v0.2.0

[0.1.1]: https://github.com/out-of-cheese-error/gooseberry/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/out-of-cheese-error/gooseberry/releases/tag/0.1.0
22 changes: 11 additions & 11 deletions 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 = "gooseberry"
version = "0.1.1"
version = "0.2.0-alpha"
authors = ["Ninjani"]
edition = "2018"
description = "a knowledge base tool combining Hypothesis web annotations with an mdBook wiki"
Expand Down

0 comments on commit 28064bb

Please sign in to comment.