Skip to content

Commit

Permalink
Update gfold to 4.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Gerace <[email protected]>
  • Loading branch information
nickgerace committed Dec 24, 2023
1 parent 4200224 commit f1c0887
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

## Unreleased

<!-- The latest version contains all changes. -->
The latest version contains all changes.

## 4.4.1 - 2023-12-23

### Changed

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.

4 changes: 2 additions & 2 deletions bin/gfold/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gfold"
version = "4.4.0"
version = "4.4.1"
edition = "2021"

authors = ["Nick Gerace <[email protected]>"]
Expand All @@ -13,7 +13,7 @@ readme = "../../README.md"
repository = "https://github.com/nickgerace/gfold/"

[dependencies]
libgfold = { version = "0.1.1", path = "../../lib/libgfold" }
libgfold = { version = "0.1.2", path = "../../lib/libgfold" }

anyhow = { workspace = true }
clap = { workspace = true }
Expand Down
16 changes: 8 additions & 8 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This document contains all information related to release.

## Versioning Scheme

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Generally, the versioning scheme looks like the following formats where `X` is an unsigned integer:

- **Release candidates (RCs):** `X.X.X-rc.X`
- **Full releases:** `X.X.X`

## Overview

If only `gfold` has changed, release `gfold` alone.
Expand Down Expand Up @@ -37,14 +45,6 @@ cargo publish -p libgfold
- [ ] Verify that the [crate](https://crates.io/crates/libgfol) on `crates.io` looks correct
- [ ] Ensure that the [docs](https://docs.rs/libgfold/latest/libgfold/) on `docs.rs` look correct

## Versioning Scheme

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Generally, the versioning scheme looks like the following formats where `X` is an unsigned integer:

- **Release candidates (RCs):** `X.X.X-rc.X`
- **Full releases:** `X.X.X`

## Checklist for `gfold`

Steps should be executed in sequential order.
Expand Down

0 comments on commit f1c0887

Please sign in to comment.