Skip to content

Commit e1435cf

Browse files
docs: update CHANGELOG, README, and pom.xml for v0.8.0
- Add new section for v0.8.0 highlights in README - Add changes in the latest tag in CHANGELOG - Update version info in pom.xml
1 parent 61c69b3 commit e1435cf

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ This changelog follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
---
88

9+
## v0.8.0 – 2025-12-18
10+
11+
### ✨ Added
12+
13+
- Support for single-quoted strings, e.g., `'hello'`.
14+
- Support for multi-line comments using `/* */`.
15+
16+
---
17+
918
## v0.7.0 – 2025-12-12
1019

1120
### ✨ Added

β€ŽREADME.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- [πŸ–₯️ JavaBhaiLang Interpreter](#️-javabhailang-interpreter)
1515
- [πŸ“‘ Table of Contents](#-table-of-contents)
1616
- [πŸ†• What's New](#-whats-new)
17+
- [v0.8.0 Highlights](#v080-highlights)
1718
- [v0.7.0 Highlights](#v070-highlights)
1819
- [⚑ Quick Install TL;DR](#-quick-install-tldr)
1920
- [πŸš€ Run via JBang (No Repo Clone)](#-run-via-jbang-no-repo-clone)
@@ -54,6 +55,11 @@ This project, as of now, is a **subset of JavaBhaiLang**, designed for experimen
5455

5556
## πŸ†• What's New
5657

58+
### v0.8.0 Highlights
59+
60+
- Added support for single-quoted strings, e.g., `'hello'`
61+
- Added support for multi-line comments using `/* */`
62+
5763
### v0.7.0 Highlights
5864

5965
- Flexible output handling via a new `Output` interface

β€Žpom.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.journeycodesayush</groupId>
77
<artifactId>JavaBhaiLang</artifactId>
8-
<version>0.7.0</version>
8+
<version>0.8.0</version>
99

1010
<name>JavaBhaiLang</name>
1111
<description>A Java interpreter for BhaiLang</description>

0 commit comments

Comments
Β (0)