Skip to content

Commit

Permalink
Merge pull request #14 from akito19/bump-0.2.2
Browse files Browse the repository at this point in the history
Bump 0.2.2
  • Loading branch information
akito19 authored Jul 16, 2021
2 parents bcff187 + eefb182 commit c408ac9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## main

### v0.2.2 (2021-07-16)
- Update Digdag example.

### v0.2.1 (2021-06-19)
- Introduce GitHub Actions. [#11](https://github.com/akito19/molehill/pull/11)
- Update README and command line options text.
Expand Down
4 changes: 3 additions & 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 = "molehill"
version = "0.2.1"
version = "0.2.2"
authors = ["Akito Kasai <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use clap::{App, Arg};

fn main() {
let matches = App::new("MoleHill")
.version("0.2.1")
.version("0.2.2")
.about("Generate Workflow template files.")
.arg(
Arg::new("template")
Expand Down

0 comments on commit c408ac9

Please sign in to comment.