Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
Update to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgerace committed Oct 30, 2021
1 parent e08acd1 commit 677dc36
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

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

## [1.0.2] - 2021-10-29

### Changed

- Misc package bumps

## [1.0.1] - 2020-10-21
## [1.0.1] - 2021-10-21

### 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bovine"
version = "1.0.1"
version = "1.0.2"
edition = "2021"

authors = ["Nick Gerace <nickagerace@gmail.com>"]
Expand Down
3 changes: 1 addition & 2 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Users dependencies are specified in the [README](../README.md).
## Building

Building `bovine` should be possible on every tier one platform that Rust supports with no restriction on multi-platform development.
We use `cargo xtask` for automation, which only requires `cargo` to be installed to work.
For ease of use, you can alias `cargo xtask` to `cx` or something similar.
We use GNU/BSD `make` for automation, but it's entirely optional as nearly all commands ran are `cargo` commands.

## Design Considerations

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This checklist details the `bovine` release process.

- [ ] Checkout (or create a branch of) `main` at its latest commit.
- [ ] Change the `version` field in `Cargo.toml` to the new tag.
- [ ] Run `cargo xtask ci` and verify that everything looks/works as expected.
- [ ] Run `make ci` and verify that everything looks/works as expected.
- [ ] (Skip for release candidates) change the version in `CHANGELOG.md` and uncomment the line, `<!--The latest version contains all changes.-->`.
- [ ] Create a commit with the following message `Update to <new-tag>`. Do not push (or merge) the commit.
- [ ] Test and verify the publishing workflow: `cargo publish --dry-run`.
Expand Down

0 comments on commit 677dc36

Please sign in to comment.