Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attackgoat committed Dec 6, 2022
1 parent 055f9ca commit 9bd9d4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 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.7.0] - 2022-12-05

### Fixed

Expand Down Expand Up @@ -267,7 +267,7 @@ _See [#25](https://github.com/attackgoat/screen-13/pull/25) for migration detail
platforms and require no bare-metal graphics API knowledge
- "Hello, world!" example using a bitmapped font

[Unreleased]: https://github.com/attackgoat/screen-13/compare/38e6eba14bd04337059d4056a80aed86e4f2a7f0...HEAD
[Unreleased]: https://github.com/attackgoat/screen-13/compare/055f9cabe9b79675831ee2c4dcd105ec2a4a6d6c...HEAD
[0.1.0]: https://crates.io/crates/screen-13/0.1.0
[0.2.0]: https://crates.io/crates/screen-13/0.2.0
[0.3.0]: https://crates.io/crates/screen-13/0.3.0
Expand All @@ -282,4 +282,5 @@ _See [#25](https://github.com/attackgoat/screen-13/pull/25) for migration detail
[0.6.2]: https://crates.io/crates/screen-13/0.6.2
[0.6.3]: https://crates.io/crates/screen-13/0.6.3
[0.6.4]: https://crates.io/crates/screen-13/0.6.4
[0.6.5]: https://crates.io/crates/screen-13/0.6.5
[0.6.5]: https://crates.io/crates/screen-13/0.6.5
[0.7.0]: https://crates.io/crates/screen-13/0.7.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _[QBasic](https://en.wikipedia.org/wiki/QBasic)_.

```toml
[dependencies]
screen-13 = "0.6"
screen-13 = "0.7"
```

## Overview
Expand Down

0 comments on commit 9bd9d4f

Please sign in to comment.