Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andschneider committed Jul 13, 2021
1 parent 0314930 commit f9371a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## Unreleased
## [0.0.9] - 2021-07-13

### Added

Expand Down
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "mlbt"
version = "0.0.9-alpha1"
version = "0.0.9"
authors = ["Andrew Schneider <[email protected]>"]
edition = "2018"

[workspace]
members = [".", "api"]

[dependencies]
mlb-api = {path = "api/", version = "0.0.6-alpha2"}
mlb-api = {path = "api/", version = "0.0.6"}

better-panic = "0.2"
chrono = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mlb-api"
version = "0.0.6-alpha2"
version = "0.0.6"
authors = ["Andrew Schneider <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit f9371a7

Please sign in to comment.