Skip to content

Commit

Permalink
Released version v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metthal committed Sep 13, 2019
1 parent 41495fd commit 1eb16da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.2.1 (2019-09-13)

* Added option `POG_PIC` to build position-independent code

# v0.2.0 (2019-08-12)

* Added support for tokenizer action when end of input stream is reached
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.0"
#define POG_VERSION "0.2.1"

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

0 comments on commit 1eb16da

Please sign in to comment.