Skip to content

Commit

Permalink
Released version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metthal committed Sep 22, 2019
1 parent a7cef3d commit f847dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dev
# v0.3.0 (2019-09-22)

* Midrule actions and all preceding symbols are now accessible from later actions in that rule
* Explicit switching of tokenizer state with `enter_tokenizer_state` method
Expand Down
2 changes: 1 addition & 1 deletion include/pog/pog.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define POG_VERSION "0.2.1"
#define POG_VERSION "0.3.0"

#include <pog/html_report.h>
#include <pog/parser.h>

0 comments on commit f847dd3

Please sign in to comment.