Skip to content
Snippets Groups Projects
Verified Commit 328b8f2b authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

version: 0.6.1

parent eaf54898
No related branches found
No related tags found
No related merge requests found
Pipeline #1718 passed
......@@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
*
## [0.6.1] - 2022-11-19
### Fixed
* Exclusion of files from `Cargo.toml`
## [0.6.0] - 2022-11-19
......
[package]
name = "boytacean"
description = "A Game Boy emulator that is written in Rust."
version = "0.6.0"
version = "0.6.1"
authors = ["João Magalhães <joamag@gmail.com>"]
license = "Apache-2.0"
repository = "https://github.com/joamag/boytacean"
keywords = ["gameboy", "emulator", "rust"]
edition = "2018"
exclude = ["/res/roms", "/res/screens", "/res/videos"]
exclude = ["/frontends", "/res/roms", "/res/screens", "/res/videos"]
[lib]
crate-type = ["cdylib", "rlib"]
......
[package]
name = "boytacean-sdl"
version = "0.6.0"
version = "0.6.1"
authors = ["João Magalhães <joamag@gmail.com>"]
description = "Game Boy Emulator SDL (Desktop) Application"
license = "Apache-2.0"
......
{
"name": "boytacean-web",
"version": "0.6.0",
"version": "0.6.1",
"description": "The web version of Boytacean",
"repository": {
"type": "git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment