|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.17.1 (2026-02-20) |
| 4 | + |
| 5 | +## What's Changed |
| 6 | +* ci: enabling Renovate for GitHub Actions by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/282 |
| 7 | +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/286 |
| 8 | +* build: splitting packages by target by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/287 |
| 9 | +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/288 |
| 10 | +* chore(deps): update rust crate insta to v1.46.1 by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/289 |
| 11 | +* ci: migrating to copier template by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/290 |
| 12 | +* chore(deps): update rust crate thiserror to v2.0.18 by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/291 |
| 13 | +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/292 |
| 14 | +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/293 |
| 15 | +* chore(deps): update rust crate clap to v4.5.55 by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/294 |
| 16 | +* chore(deps): update alpine docker tag to v3.23.3 by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/295 |
| 17 | +* chore(deps): update rust crate clap to v4.5.56 by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/296 |
| 18 | +* chore(deps): update rust crate insta to v1.46.2 by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/297 |
| 19 | +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/298 |
| 20 | +* chore(deps): update rust crate clap to v4.5.57 by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/300 |
| 21 | +* chore(deps): update rust crate insta to v1.46.3 by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/299 |
| 22 | +* chore(deps): update rust crate anyhow to v1.0.101 by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/301 |
| 23 | +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/303 |
| 24 | +* chore(deps): update rust crate clap to v4.5.58 by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/304 |
| 25 | +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/305 |
| 26 | +* chore(deps): update rust crate clap to v4.5.59 by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/306 |
| 27 | +* chore(deps): update rust crate clap to v4.5.60 by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/307 |
| 28 | +* chore(deps): update dependency https://github.com/developerc286/template to v1.7.5 by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/308 |
| 29 | +* refactor: moving to anyhow context by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/309 |
| 30 | +* refactor: Token -> InfixOperator enum by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/310 |
| 31 | +* chore(deps): update rust crate anyhow to v1.0.102 by @renovate[bot] in https://github.com/DeveloperC286/monkey_interpreter/pull/311 |
| 32 | + |
| 33 | + |
| 34 | +**Full Changelog**: https://github.com/DeveloperC286/monkey_interpreter/compare/v0.17.0...v0.17.1 |
| 35 | + |
3 | 36 | ## 0.17.0 (2026-01-04) |
4 | 37 |
|
5 | 38 | ## What's Changed |
|
0 commit comments