Releases: Yag000/chimpanzee
Releases · Yag000/chimpanzee
v0.2.5
What's Changed
- chore(deps): bump clap from 4.5.1 to 4.5.2 by @dependabot in #49
- chore(deps): bump rustyline from 13.0.0 to 14.0.0 by @dependabot in #50
- chore(deps): bump strum from 0.26.1 to 0.26.2 by @dependabot in #51
- chore(deps): bump strum_macros from 0.26.1 to 0.26.2 by @dependabot in #52
- chore(deps): bump clap_derive from 4.5.0 to 4.5.3 by @dependabot in #53
- chore(deps): bump clap from 4.5.2 to 4.5.3 by @dependabot in #54
- chore(deps): bump enum_stringify from 0.4.0 to 0.4.1 by @dependabot in #55
- chore(deps): bump clap_derive from 4.5.3 to 4.5.4 by @dependabot in #56
- chore(deps): bump clap from 4.5.3 to 4.5.4 by @dependabot in #57
- chore(deps): bump num-traits from 0.2.18 to 0.2.19 by @dependabot in #58
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- chore(deps): bump strum_macros from 0.25.2 to 0.25.3 by @dependabot in #35
- chore(deps): bump rustix from 0.38.10 to 0.38.19 by @dependabot in #36
- chore(deps): bump clap_derive from 4.4.2 to 4.4.7 by @dependabot in #38
- chore(deps): bump clap from 4.4.6 to 4.4.7 by @dependabot in #37
- chore(deps): bump clap from 4.4.7 to 4.4.8 by @dependabot in #39
- chore(deps): bump clap from 4.4.8 to 4.4.11 by @dependabot in #41
- chore(deps): bump clap from 4.4.11 to 4.4.12 by @dependabot in #42
- chore(deps): bump clap from 4.4.12 to 4.4.16 by @dependabot in #44
- chore(deps): bump strum_macros from 0.25.3 to 0.26.1 by @dependabot in #45
- Use rustyline for repl by @Yag000 in #47
- chore(deps): bump strum from 0.25.0 to 0.26.1 by @dependabot in #46
- Use enum stringify by @Yag000 in #48
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Add % operator
- ci: Create dependabot.yml by @Yag000 in #29
- V0.2.x by @Yag000 in #28
- chore(deps): bump byteorder from 1.4.3 to 1.5.0 by @dependabot in #34
- chore(deps): bump clap from 4.4.1 to 4.4.6 by @dependabot in #30
- chore(deps): bump num-traits from 0.2.16 to 0.2.17 by @dependabot in #33
- chore(deps): bump num-derive from 0.4.0 to 0.4.1 by @dependabot in #32
- chore(deps): bump clap_derive from 4.4.0 to 4.4.2 by @dependabot in #31
New Contributors
- @dependabot made their first contribution in #34
Full Changelog: v0.2.2...v0.3.0
v0.2.2
v0.2.1
v0.2.0
What's Changed
- While loops by @Yag000 in #16
- Refactor docs by @Yag000 in #17
- Break and continue only on the compiler by @Yag000 in #18
Full Changelog: v0.1.0...v0.2.0
Important
For now on the interpreter will not be officially maintained. This does not mean that any work on the interpreter won't be done, but rather that you should not relay on a feature being implemented on the interpreter, only on the compiler.