|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.17.0 (2025-01-07) |
| 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 | +* fix(deps): update rust crate log to v0.4.22 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/41 |
| 24 | +* chore(deps): update rust crate rstest to 0.23.0 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/46 |
| 25 | +* fix(deps): update rust crate thiserror to v1.0.64 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/42 |
| 26 | +* chore(deps): update rust crate insta to v1.40.0 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/45 |
| 27 | +* feat: converting error handing to anyhow by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/49 |
| 28 | +* fix(deps): update rust crate thiserror to v2 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/55 |
| 29 | +* chore(deps): update rust crate insta to v1.41.1 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/54 |
| 30 | +* fix(deps): update rust crate anyhow to v1.0.93 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/52 |
| 31 | +* fix(deps): update rust crate thiserror to v2.0.3 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/56 |
| 32 | +* ci: Alpine migration for pinning/updating all dependencies by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/57 |
| 33 | +* ci: adding Renovate GitHub Workflow Earthly updating by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/63 |
| 34 | +* chore(deps): update earthly/earthly docker tag to v0.8.15 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/64 |
| 35 | +* ci: removing name referencing Earthly version by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/69 |
| 36 | +* build: converting to Rust's Alpine image by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/70 |
| 37 | +* build: correcting WORKDIR name by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/72 |
| 38 | +* chore(deps): update dependency developerc286/conventional_commits_linter to v0.14.3 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/65 |
| 39 | +* build: adding cargo --locked and removing --workspace by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/73 |
| 40 | +* ci: removing Alpine Renovate version updating by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/74 |
| 41 | +* chore(deps): update rust crate insta to v1.42.0 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/76 |
| 42 | +* chore(deps): update dependency google/yamlfmt to v0.14.0 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/59 |
| 43 | +* chore(deps): update dependency mvdan/sh to v3.10.0 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/60 |
| 44 | +* chore(deps): update dependency rhysd/actionlint to v1.7.6 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/61 |
| 45 | +* chore(deps): update rust crate rstest to 0.24.0 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/75 |
| 46 | +* chore(deps): update golang docker tag to v1.23.4 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/62 |
| 47 | +* fix(deps): update rust crate thiserror to v2.0.9 by @renovate in https://github.com/DeveloperC286/monkey_interpreter/pull/66 |
| 48 | + |
| 49 | +## New Contributors |
| 50 | +* @renovate made their first contribution in https://github.com/DeveloperC286/monkey_interpreter/pull/40 |
| 51 | + |
| 52 | +**Full Changelog**: https://github.com/DeveloperC286/monkey_interpreter/compare/v0.16.1...v0.17.0 |
| 53 | + |
3 | 54 | ## 0.16.1 (2024-05-31)
|
4 | 55 |
|
5 | 56 | ## What's Changed
|
|
0 commit comments