Skip to content

Commit

Permalink
prep for 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Oct 27, 2022
1 parent 492e7cb commit 80744dd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

## [0.3.1] - 2022-10-27

### Miscellaneous Tasks

- Fix tag_pattern in cliff.toml ([#194](https://github.com/molpopgen/demes-rs/pull/194))
- Add dependabot update for github-actions. ([#195](https://github.com/molpopgen/demes-rs/pull/195))
- Bump actions/checkout from 2 to 3 ([#196](https://github.com/molpopgen/demes-rs/pull/196))
- Bump styfle/cancel-workflow-action from 0.6.0 to 0.11.0 ([#197](https://github.com/molpopgen/demes-rs/pull/197))

### Refactor

- Remove type name from impl Display for newtypes. ([#199](https://github.com/molpopgen/demes-rs/pull/199))

## [0.3.0] - 2022-10-25

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "demes"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT"
description = "rust implementation of demes specification"
Expand Down

0 comments on commit 80744dd

Please sign in to comment.