Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andschneider committed Jun 30, 2021
1 parent 384f365 commit 3bdd959
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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.8] - 2021-06-29

### Added

Expand Down Expand Up @@ -46,4 +46,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added heatmap display for current batter. The size of the heatmap needs to set dynamically still.
- Added some basic debug info - display with the "d" key.
- Refactored the rendering code to be contained in the `src/ui` directory.
- Refactored the rendering code to be contained in the `src/ui` directory.
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.7-alpha4"
version = "0.0.8"
authors = ["Andrew Schneider <[email protected]>"]
edition = "2018"

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

[dependencies]
mlb-api = {path = "api/", version = "0.0.4-alpha1"}
mlb-api = {path = "api/", version = "0.0.5"}
chrono = "0.4"
chrono-tz = "0.5"
crossbeam-channel = "0.5"
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.4-alpha1"
version = "0.0.5"
authors = ["Andrew Schneider <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 3bdd959

Please sign in to comment.