|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.16.2 (2024-10-10) |
| 4 | + |
| 5 | +## What's Changed |
| 6 | +* refactor: adding lexical analysis logging by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/24 |
| 7 | +* fix: not returns type mismatch error on non boolean by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/26 |
| 8 | +* fix: minus returns type mismatch error on non int by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/27 |
| 9 | +* refactor: removing end of file token by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/28 |
| 10 | +* refactor: inlining lexical analysis utilities by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/29 |
| 11 | +* build: adding fix-rust-formatting target by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/30 |
| 12 | +* build: correcting WORKDIR name by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/31 |
| 13 | +* ci: adding GitHub Actions workflow formatting check by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/32 |
| 14 | +* docs: updating repository link to GitHub by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/33 |
| 15 | +* docs: changing URLs to GitHub by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/34 |
| 16 | +* docs: removing release binary references by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/35 |
| 17 | +* ci: removing component name from tag by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/36 |
| 18 | +* ci: replacing deprecated release-please GitHub Action by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/39 |
| 19 | +* chore: Configure Renovate by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/40 |
| 20 | +* chore(deps): update actions/checkout action to v4 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/44 |
| 21 | +* ci: converting to earthly/actions-setup@v1 by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/47 |
| 22 | +* docs: removing Continuous Integration (CI) badge by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/48 |
| 23 | + |
| 24 | +## New Contributors |
| 25 | +* @renovate made their first contribution in https://github.com/DeveloperC286/monkey_interpreter/pull/40 |
| 26 | + |
| 27 | +**Full Changelog**: https://github.com/DeveloperC286/monkey_interpreter/compare/v0.16.1...v0.16.2 |
| 28 | + |
3 | 29 | ## 0.16.1 (2024-05-31)
|
4 | 30 |
|
5 | 31 | ## What's Changed
|
|
0 commit comments