Skip to content

Commit

Permalink
Release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee committed Nov 12, 2020
1 parent d1ff8c3 commit 15559a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All breaking changes will be explicitly labelled, to make it easier to assess th

This project adheres to Semantic Versioning.

## [Upcoming]
## [0.1.0] - 2020-11-12

### Added

Expand Down Expand Up @@ -47,7 +47,8 @@ This project adheres to Semantic Versioning.

* Initial release!

[Upcoming]: https://github.com/17cupsofcoffee/ogmo3/compare/0.0.4..HEAD
[Upcoming]: https://github.com/17cupsofcoffee/ogmo3/compare/0.1.0..HEAD
[0.1.0]: https://github.com/17cupsofcoffee/ogmo3/compare/0.0.4..0.1.0
[0.0.4]: https://github.com/17cupsofcoffee/ogmo3/compare/0.0.3..0.0.4
[0.0.3]: https://github.com/17cupsofcoffee/ogmo3/compare/0.0.2..0.0.3
[0.0.2]: https://github.com/17cupsofcoffee/ogmo3/compare/0.0.1..0.0.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ogmo3"
description = "A Rust crate for reading and writing Ogmo Editor 3 projects and levels"
version = "0.0.4"
version = "0.1.0"
authors = ["Joe Clay <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It is modelled loosely off the API for Haxe's [`ogmo-3-lib`](https://github.com/

```toml
[dependencies]
ogmo3 = "0.0.4"
ogmo3 = "0.1"
```

## Usage
Expand Down

0 comments on commit 15559a9

Please sign in to comment.