Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsding committed Jul 17, 2022
1 parent f37b445 commit 9b6113d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## main

## v0.2.0

- Add `-c` option for emitting compact JSON
- Add `-o` option for specifying the output format, e.g. `-o ruby` or
`-o plain` (defaults to `-o json`)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function(add_mrbc out_var)
endfunction()

# configure the rest of our project
project(rq VERSION 0.1.0 LANGUAGES CXX)
project(rq VERSION 0.2.0 LANGUAGES CXX)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/test_options_version_stdout.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rq 0.1.0 (mruby 3.1.0)
rq 0.2.0 (mruby 3.1.0)

0 comments on commit 9b6113d

Please sign in to comment.