Skip to content

Commit

Permalink
Update version, release notes for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Nov 17, 2016
1 parent 628faab commit 1167897
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,24 @@

A high-level view of the changes in each OmniJ binary release.

== v0.5.0-SNAPSHOT
== v0.5.0

Released: In development
Released: 2016.11.16

=== Features/Changes
=== Potentially Breaking

* The 0.5.x branch requires Omni Core 0.0.11.1 or later
* https://github.com/OmniLayer/OmniJ/commit/d067b26550a1628321451730be6738f28322c9d3[d067b26] - Send `omni_`* RPC method names rather than *`_MP`
* https://github.com/OmniLayer/OmniJ/pull/135[PR #135] -`OmniExtendedClient` is deprecated (use methods/RPCs in `OmniClient` instead)

=== Features/Changes

* Tweaks to integration tests for Omni Core Bitcoin 0.13 rebase
* Update to bitcoinj-addons 0.2.1

=== Internal

* https://github.com/OmniLayer/OmniJ/commit/03e447ecd6366eac12afc30f650e7a6fa2df5b76[03e447e] - The `value` protected member of `OmniValue` is now called `willets`

== v0.4.0

Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= OmniJ Project
Sean Gilligan <https://github.com/msgilligan>
v0.4.0
v0.5.0
:description: OmniJ README document.
:omnij-version: 0.4.0
:omnij-version: 0.5.0

[WARNING]
This software is EXPERIMENTAL software for **REGTEST and TESTNET TRANSACTIONS** only. *USE ON MAINNET AT YOUR OWN RISK.*
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
apply plugin: 'java'
apply plugin: 'groovy'

version = '0.5.0-SNAPSHOT'
version = '0.5.0'
group = 'foundation.omni'

repositories {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moduleName=OmniJ Groovy extensions
moduleVersion=0.5.0-SNAPSHOT
moduleVersion=0.5.0
extensionClasses=foundation.omni.dsl.categories.NumberCategory

0 comments on commit 1167897

Please sign in to comment.