Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jul 20, 2020
1 parent b4a9760 commit 34e7f43
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 13 deletions.
16 changes: 6 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,17 @@ script:
- cargo tarpaulin -v --out Xml --ciserver travis-ci

after_script:
- curl -SsL "https://codecov.io/bash" | bash -s - -y ci/codecov.yml
- curl -SsL "https://codecov.io/bash" | bash

before_cache:
- cargo cache -a

deploy:
- provider: cargo
on:
rust: stable
tags: true
- provider: script
script: ci/travis/deploy.sh
on:
rust: stable
tags: true
provider: script
script: ci/travis/deploy.sh
on:
rust: stable
tags: true

notifications:
email:
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

[Unreleased]: https://github.com/fastobo/fastobo-syntax/compare/v0.3.8...HEAD
[Unreleased]: https://github.com/fastobo/fastobo-syntax/compare/v0.4.0...HEAD

## [v0.4.0] - 2020-07-20

[v0.4.0]: https://github.com/fastobo/fastobo-syntax/compare/v0.3.8...v0.4.0


### Added
- Support for ignoring full comment lines in entity and frames
([#1](https://github.com/fastobo/fastobo-syntax/issues/1)).


## [v0.3.8] - 2020-01-23
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fastobo-syntax"
version = "0.3.8"
authors = ["Martin Larralde <martin.larralde@ens-paris-saclay.fr>"]
version = "0.4.0"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/fastobo/fastobo-syntax"
Expand Down
6 changes: 6 additions & 0 deletions ci/travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

. $(dirname $0)/functions.sh

# --- Deploy crate -----------------------------------------------------------

log Deploying \`fastobo-syntax\` v$TRAVIS_TAG
cargo publish --manifest-path Cargo.toml --token $CRATES_IO_TOKEN


# --- Update GitHub release notes --------------------------------------------

export GEM_PATH="$(ruby -r rubygems -e 'puts Gem.user_dir')"
Expand Down

0 comments on commit 34e7f43

Please sign in to comment.