Skip to content

Commit 579a7a4

Browse files
authored
chore(main): release rable 0.1.7 (#10)
🤖 I have created a release *beep* *boop* --- ## [0.1.7](rable-v0.1.6...rable-v0.1.7) (2026-03-25) ### Features * populate source spans on all AST nodes ([0e32c37](0e32c37)) * populate source spans on all AST nodes ([#8](#8)) ([a8c92e8](a8c92e8)) * populate source spans on all AST nodes ([#9](#9)) ([b8be160](b8be160)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
2 parents b8be160 + 2f267fe commit 579a7a4

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.6"
2+
".": "0.1.7"
33
}

CHANGELOG.md

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

3+
## [0.1.7](https://github.com/mpecan/rable/compare/rable-v0.1.6...rable-v0.1.7) (2026-03-25)
4+
5+
6+
### Features
7+
8+
* populate source spans on all AST nodes ([0e32c37](https://github.com/mpecan/rable/commit/0e32c379607940bd8d083ca4670b04f8980dd443))
9+
* populate source spans on all AST nodes ([#8](https://github.com/mpecan/rable/issues/8)) ([a8c92e8](https://github.com/mpecan/rable/commit/a8c92e8dd6a8fe7425edd94fcc647492bc3cd32d))
10+
* populate source spans on all AST nodes ([#9](https://github.com/mpecan/rable/issues/9)) ([b8be160](https://github.com/mpecan/rable/commit/b8be160b4a397a552259c7bb72b07e9519f0df54))
11+
312
## [0.1.6](https://github.com/mpecan/rable/compare/rable-v0.1.5...rable-v0.1.6) (2026-03-25)
413

514

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 = "rable"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition = "2024"
55
license = "MIT"
66
repository = "https://github.com/mpecan/rable"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "rable"
7-
version = "0.1.6"
7+
version = "0.1.7"
88
description = "A Rust implementation of the Parable bash parser"
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)