From 718b02f033af3af891458a0da7a0e1ba1de7583a Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Wed, 31 Jan 2024 07:14:26 +1000 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 8 +++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aca696f..7e7f02a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 - diff --git a/Cargo.lock b/Cargo.lock index f7bde3a..0e9b22e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -507,7 +507,7 @@ dependencies = [ [[package]] name = "ssubmit" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 945e046..9dc3a18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] repository = "https://github.com/mbhall88/ssubmit"