Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsding committed Aug 23, 2022
1 parent 4308233 commit 96a24bc
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.4.0

- Colourise json/ruby output
- Remove trailing comma from arrays and hashes in the Ruby output format

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(rj VERSION 0.3.0 LANGUAGES CXX)
project(rj VERSION 0.4.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 @@
rj 0.3.0 (mruby 3.1.0)
rj 0.4.0 (mruby 3.1.0)

0 comments on commit 96a24bc

Please sign in to comment.