Skip to content

Commit

Permalink
Release (#12)
Browse files Browse the repository at this point in the history
* add release notes and rlst version

* rlst version

* rlst version

* r

* Fixed version number

---------

Co-authored-by: Matthew Scroggs <[email protected]>
  • Loading branch information
tbetcke and mscroggs authored Jul 14, 2024
1 parent 8ed7b82 commit d6a80af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ strict = []

[package]
name = "green-kernels"
version = "0.1.0-dev"
version = "0.2.0"
edition = "2021"
authors = ["Timo Betcke <[email protected]>", "Matthew Scroggs <[email protected]>"]
description = "Evaluation of Green's function kernels."
Expand Down
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ To make a new release of green-kernels, follow the following steps:
If you are releasing a minor version, you should increment `[y]` and set `[z]`
to zero. If you are releasing a bugfix, you should increment `[z]`.

3) In `Cargo.toml`, check that the `rlst` dependency is at the latest version.
3) Commit your changes and push to GitHub, and check that all the tests on CI pass.
In `Cargo.toml`, check that the `rlst` dependency is at the latest version.

4) Commit your changes and push to GitHub, and check that all the tests on CI pass.

Expand Down

0 comments on commit d6a80af

Please sign in to comment.