Skip to content

Commit 71e7a27

Browse files
committed
chore(release): version 0.7.0
1 parent f4803e1 commit 71e7a27

6 files changed

Lines changed: 23 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.7.0] - 2026-03-10
6+
### Added
7+
- **Syntax:** Full syntax highlighting for Banner IR (standalone files and Quarto code block injection).
8+
- **VS Code Extension:** HULK icon support for Banner files.
9+
- **Documentation:** New "BANNER Intermediate Representation" appendix with formal design details.
10+
- **Documentation:** New "Tooling" appendix describing the HULK ecosystem.
11+
12+
### Changed
13+
- **Documentation:** Restructured the book into "Part 1: The Frontend" and "Part 2: The Backend" for a clearer curriculum.
14+
- **Build:** Updated project structure and dependencies for better literate programming support.
15+
- **Build:** Explicitly defined `hatch` build targets for the `frontend` package to resolve build errors.
16+
17+
### Removed
18+
- Redundant `requirements.txt` (redundant with `uv`).
19+
520
## [0.6.2] - 2026-03-10
621
### Fixed
722
- **Documentation:** Enabled HULK syntax highlighting in the rendered PDF output by adding `syntax-definitions` to the Quarto PDF configuration.

backend/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.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "backend"
3-
version = "0.6.2"
3+
version = "0.7.0"
44
edition = "2021"
55

66

frontend/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "frontend"
3-
version = "0.6.2"
3+
version = "0.7.0"
44
description = "Add your description here"
55
readme = "README.md"
66
authors = [
@@ -18,3 +18,6 @@ dev = [
1818
"pytest>=9.0.2",
1919
"ruff>=0.15.5",
2020
]
21+
22+
[tool.hatch.build.targets.wheel]
23+
packages = ["src/frontend"]

uv.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.

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hulk-vscode",
33
"displayName": "HULK Programming Language",
44
"description": "Syntax highlighting and support for the HULK programming language.",
5-
"version": "0.6.2",
5+
"version": "0.7.0",
66
"publisher": "apiad",
77
"author": "Alejandro Piad Morffis <apiad@apiad.net>",
88
"engines": {

0 commit comments

Comments
 (0)