Skip to content

Commit d6a80af

Browse files
tbetckemscroggs
andauthored
Release (#12)
* add release notes and rlst version * rlst version * rlst version * r * Fixed version number --------- Co-authored-by: Matthew Scroggs <matthew.w.scroggs@gmail.com>
1 parent 8ed7b82 commit d6a80af

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ strict = []
55

66
[package]
77
name = "green-kernels"
8-
version = "0.1.0-dev"
8+
version = "0.2.0"
99
edition = "2021"
1010
authors = ["Timo Betcke <timo.betcke@gmail.com>", "Matthew Scroggs <rust@mscroggs.co.uk>"]
1111
description = "Evaluation of Green's function kernels."

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ To make a new release of green-kernels, follow the following steps:
1717
If you are releasing a minor version, you should increment `[y]` and set `[z]`
1818
to zero. If you are releasing a bugfix, you should increment `[z]`.
1919

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

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

0 commit comments

Comments
 (0)