Skip to content

Commit

Permalink
Merge pull request #63 from amber-lang/62-new-minor-release-180
Browse files Browse the repository at this point in the history
feat: bump version
  • Loading branch information
Ph0enixKM authored Sep 15, 2024
2 parents 4e55628 + 1f4e506 commit d687e7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heraclitus-compiler"
version = "1.7.8"
version = "1.8.0"
edition = "2021"
description = "Compiler frontend for developing great programming languages"
license = "MIT"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ let tokens = cc.tokenize()?;

# Change log 🚀

## Version 1.8.0
### Feature:
- Lexer is now better separated from the compiler thus easier to integrate in other projects like LSP servers

## Version 1.7.8
### Fix:
- Prevent Logger from panicking when trying to display a region that is out of bounds
Expand Down

0 comments on commit d687e7d

Please sign in to comment.