Skip to content

Commit

Permalink
tag: v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Mar 5, 2022
1 parent 9b962d1 commit ced47c8
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 8 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,38 @@

All notable changes to this project will be documented in this file.

## [unreleased]

### Bug Fixes

- Clippy
- Flush output after every instruction loop
- Extra chars warns even if its only comments

### Documentation

- Added examples

### Miscellaneous Tasks

- Use cargo-make for common tasks
- Add funding.yml
- Bump clap from 3.1.3 to 3.1.5 (#6)
- Bump cli to v1.0.4

### Refactor

- Change -f to argument
- Use None when GotoDirection is 1

### Ci

- Fixed ci and updated changelog

### Deps

- Updated autocfg

## [1.0.4] - 2022-03-01

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -3,7 +3,7 @@ members = ["brainease_lexer", "brainease_runtime", "brainease_transpiler"]

[package]
name = "brainease"
version = "1.0.4"
version = "1.0.5"
edition = "2021"
description = "A brainf*ck-style programming language, but readable"
documentation = "https://arthurfiorette.github.io/brainease"
Expand Down
2 changes: 1 addition & 1 deletion brainease_lexer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "brainease_lexer"
version = "1.0.4"
version = "1.0.5"
edition = "2021"
description = "A brainf*ck-style programming language, but readable"
documentation = "https://arthurfiorette.github.io/brainease"
Expand Down
2 changes: 1 addition & 1 deletion brainease_runtime/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "brainease_runtime"
version = "1.0.4"
version = "1.0.5"
edition = "2021"
description = "A brainf*ck-style programming language, but readable"
documentation = "https://arthurfiorette.github.io/brainease"
Expand Down
2 changes: 1 addition & 1 deletion brainease_transpiler/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "brainease_transpiler"
version = "1.0.4"
version = "1.0.5"
edition = "2021"
description = "A brainf*ck-style programming language, but readable"
documentation = "https://arthurfiorette.github.io/brainease"
Expand Down

0 comments on commit ced47c8

Please sign in to comment.