Skip to content

Commit 8399c60

Browse files
chore: release 0.16.1 (#20)
1 parent cb6e607 commit 8399c60

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
## 0.16.1 (2024-05-31)
4+
5+
## What's Changed
6+
* ci: removing GitLab CI/CD configuration by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/1
7+
* ci: adding GitHub Actions Workflows linting by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/2
8+
* docs: updating issues URL to GitHub by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/7
9+
* ci: adding GitLab mirroring GitHub Action by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/8
10+
* ci: adding Clean Git History workflow by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/9
11+
* ci: adding Conventional Commits linting workflow by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/10
12+
* ci: adding formatting Continuous Integration by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/11
13+
* build: upgrading to Earthly v0.8.12 by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/13
14+
* ci: using matrix strategy for repeated language jobs by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/12
15+
* ci: adding Rust & Shell linting by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/14
16+
* ci: adding Rust compiling by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/15
17+
* ci: adding Rust unit testing by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/16
18+
* docs: replacing GitLab CI with GitHub Actions badge by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/17
19+
* ci: adding release-please by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/18
20+
* docs: adding latest release badge by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/19
21+
* ci: release-please using project's latest version by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/21
22+
* revert: "ci: release-please using project's latest version (#21)" by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/22
23+
* build: updating dependencies by @DeveloperC286 in https://github.com/DeveloperC286/monkey_interpreter/pull/23
24+
25+
## New Contributors
26+
* @DeveloperC286 made their first contribution in https://github.com/DeveloperC286/monkey_interpreter/pull/1
27+
28+
**Full Changelog**: https://github.com/DeveloperC286/monkey_interpreter/compare/0.10.0...monkey_interpreter-v0.16.1

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.0"
3+
version = "0.16.1"
44
description = "Implementation of an interpreter for the Monkey language written in Rust, currently under active development."
55
authors = ["C <[email protected]>"]
66
edition = "2021"

0 commit comments

Comments
 (0)