Skip to content

Commit 9821b34

Browse files
authored
Merge pull request #781 from ydah/0.7.2
Bump version to 0.8.0
2 parents e1b1e52 + 7b7ee47 commit 9821b34

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

NEWS.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# NEWS for Lrama
22

3-
## Lrama 0.8.0 (2026-xx-xx)
4-
5-
## Lrama 0.7.2 (2026-03-01)
3+
## Lrama 0.8.0 (2026-03-01)
64

75
### Support parser generation without %union directive (Bison compatibility)
86

lib/lrama/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module Lrama
5-
VERSION = "0.7.1".freeze #: String
5+
VERSION = "0.8.0".freeze #: String
66
end

0 commit comments

Comments
 (0)