Skip to content

Commit 5c67c77

Browse files
committed
chore: release 0.16.2
1 parent cad52cd commit 5c67c77

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.16.1"}
1+
{".":"0.16.2"}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.16.2 (2024-09-11)
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+
16+
17+
**Full Changelog**: https://github.com/DeveloperC286/monkey_interpreter/compare/monkey_interpreter-v0.16.1...monkey_interpreter-v0.16.2
18+
319
## 0.16.1 (2024-05-31)
420

521
## What's Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "monkey_interpreter"
3-
version = "0.16.1"
3+
version = "0.16.2"
44
description = "Implementation of an interpreter for the Monkey language written in Rust, currently under active development."
55
authors = ["C <DeveloperC@protonmail.com>"]
66
edition = "2021"

0 commit comments

Comments
 (0)