Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Feb 18, 2018
1 parent 9a6da6c commit 00e32fc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Nirum changelog
===============

Version 0.3.1
-------------

To be released.


Version 0.3.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ For more infomration, use `--help` option:
Nirum: The IDL compiler and RPC/distributed object framework

Usage: nirum [-v|--version] (-o|--output-dir DIR) (-t|--target TARGET) DIR
Nirum compiler 0.3.0
Nirum compiler 0.3.1

Available options:
-h,--help Show this help text
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ a command-line prompt and it's consistent within this tutorial):

~~~~~~~~ sh
$ nirum -v
0.3.0
0.3.1
~~~~~~~~

[official releases page]: https://github.com/spoqa/nirum/releases
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: nirum
version:
# CHECK: When the version is bumped, update the docs and README.md file as
# well. Check using `git grep -E '[0-9]+\.[0-9]+\.[0-9]+' '*.md'` command.
'0.3.0'
'0.3.1'
synopsis: ! >
IDL compiler and RPC/distributed object framework for
microservices
Expand Down
2 changes: 1 addition & 1 deletion test/Nirum/VersionSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec = do
version `shouldSatisfy` SV.isDevelopment
it "is the proper version" $
-- is it a necessary test?
version `shouldBe` SV.version 0 3 0 [] []
version `shouldBe` SV.version 0 3 1 [] []
describe "versionText" $ do
it "is equivalent to version" $
versionText `shouldBe` SV.toText version
Expand Down

0 comments on commit 00e32fc

Please sign in to comment.