Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 authored Aug 21, 2024
1 parent 9e87374 commit c941c7f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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).

## [1.0.0](https://github.com/mbhall88/ssubmit/compare/0.3.0...1.0.0) (2024-08-21)


### ⚠ BREAKING CHANGES

* improve memory parsing

### Features

* env vars for setting time, memory, shebang and set [[#5](https://github.com/mbhall88/ssubmit/issues/5)] ([9e87374](https://github.com/mbhall88/ssubmit/commit/9e87374c712085256fa5f220ee3a95f65bab92a4))
* improve memory parsing ([74d2e0f](https://github.com/mbhall88/ssubmit/commit/74d2e0f77094c632c9f7afacfc98bc467f988238))

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


Expand Down
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.3.0"
version = "1.0.0"
edition = "2021"
authors = ["Michael Hall <[email protected]>"]
repository = "https://github.com/mbhall88/ssubmit"
Expand Down

0 comments on commit c941c7f

Please sign in to comment.