Skip to content

Commit e723d66

Browse files
authored
chore: release (#7)
1 parent a8b7983 commit e723d66

File tree

4 files changed

+32
-1
lines changed

4 files changed

+32
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{"resl":"0.1.0","resl-cli":"0.1.0","resl-ffi":"0.1.0"}

resl-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-11-11)
4+
5+
6+
### Features
7+
8+
* initial RESL language implementation ([c7ab1d7](https://github.com/decipher3114/resl/commit/c7ab1d7c906d3b14bb469a2c70c8a8380d0900d4))

resl-ffi/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-11-11)
4+
5+
6+
### Features
7+
8+
* initial RESL language implementation ([c7ab1d7](https://github.com/decipher3114/resl/commit/c7ab1d7c906d3b14bb469a2c70c8a8380d0900d4))

resl/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-11-11)
4+
5+
6+
### Features
7+
8+
* initial RESL language implementation ([c7ab1d7](https://github.com/decipher3114/resl/commit/c7ab1d7c906d3b14bb469a2c70c8a8380d0900d4))
9+
10+
11+
### Bug Fixes
12+
13+
* allow `-` and `$` in in map keys ([3fedbd2](https://github.com/decipher3114/resl/commit/3fedbd25d5483c938aca69eb8a4dac5910e5289c))
14+
* make `ParseState` pub ([91253f1](https://github.com/decipher3114/resl/commit/91253f1ce5fa6aad9ed24fd764a5e9b17f43af0d))
15+
* use absolute mod path `state` ([bc29145](https://github.com/decipher3114/resl/commit/bc29145deb3024ade7f51d58cba534bc230af869))

0 commit comments

Comments
 (0)