We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1b1e52 + 7b7ee47 commit 9821b34Copy full SHA for 9821b34
NEWS.md
@@ -1,8 +1,6 @@
1
# NEWS for Lrama
2
3
-## Lrama 0.8.0 (2026-xx-xx)
4
-
5
-## Lrama 0.7.2 (2026-03-01)
+## Lrama 0.8.0 (2026-03-01)
6
7
### Support parser generation without %union directive (Bison compatibility)
8
lib/lrama/version.rb
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module Lrama
- VERSION = "0.7.1".freeze #: String
+ VERSION = "0.8.0".freeze #: String
end
0 commit comments