Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph0enixKM committed Sep 15, 2024
1 parent 4e55628 commit 1f4e506
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 1f4e506

Please sign in to comment.