Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 authored Jan 30, 2024
1 parent 6623e31 commit 9ddd28d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## [0.3.0](https://github.com/mbhall88/ssubmit/compare/0.2.0...0.3.0) (2024-01-30)


### Features

* add test-only option to estimate start time ([4ee01c4](https://github.com/mbhall88/ssubmit/commit/4ee01c41b00605b4362f407701073fa6b8b4e32f))

## [Unreleased]

### Changed
Expand Down Expand Up @@ -33,4 +40,3 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
[0.1.1]: https://github.com/mbhall88/ssubmit/releases/tag/0.1.1
[0.2.0]: https://github.com/mbhall88/ssubmit/compare/0.1.1...0.2.0
[unreleased]: https://github.com/mbhall88/ssubmit/compare/0.2.0...HEAD

2 changes: 1 addition & 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,7 +1,7 @@
[package]
name = "ssubmit"
description = "Submit sbatch jobs without having to create a submission script"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Michael Hall <[email protected]>"]
repository = "https://github.com/mbhall88/ssubmit"
Expand Down

0 comments on commit 9ddd28d

Please sign in to comment.