Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Jan 19, 2022
1 parent 6c40e17 commit 122ca25
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.1.1]

### Added

- changelog

## [0.1.0]

Expand All @@ -16,5 +20,6 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Everthing!

[0.1.0]: https://github.com/mbhall88/ssubmit/releases/tag/0.1.0
[unreleased]: https://github.com/mbhall88/ssubmit/compare/0.1.0...HEAD
[0.1.1]: https://github.com/mbhall88/ssubmit/releases/tag/0.1.1
[unreleased]: https://github.com/mbhall88/ssubmit/compare/0.1.1...HEAD

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ssubmit"
description = "Submit sbatch jobs without having to create a submission script"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Michael Hall <[email protected]>"]
repository = "https://github.com/mbhall88/ssubmit"
Expand All @@ -23,4 +23,4 @@ thiserror = "1"
regex = "1"
log = "0.4"
env_logger = "0.9"
duration-str = "0.3"
duration-str = "0.3"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs and I don't want to fluff around with making a submission script.
Run this little scriptlet or download for you system from the [releases page][releases].

```shell
VERSION="0.1.0" # ssubmit version you want
VERSION="0.1.1" # ssubmit version you want
OS=$(uname -s)
if [ "$OS" = "Linux" ]; then
triple="x86_64-unknown-linux-musl"
Expand Down Expand Up @@ -146,7 +146,7 @@ You don't have to use patterns of course.

```shell
$ ssubmit --help
ssubmit 0.1.0
ssubmit 0.1.1
Michael Hall <[email protected]>
Submit sbatch jobs without having to create a submission script

Expand Down Expand Up @@ -234,4 +234,4 @@ OPTIONS:
```
[releases]: https://github.com/mbhall88/ssubmit/releases
[releases]: https://github.com/mbhall88/ssubmit/releases

0 comments on commit 122ca25

Please sign in to comment.