Skip to content

Commit

Permalink
build: advance version for release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Dec 8, 2019
1 parent c9fb85c commit 07bc3fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.github.lppedd'
version '0.7.1'
version '0.8.0'

sourceCompatibility = 1.8

Expand Down
10 changes: 10 additions & 0 deletions change-notes/0_8_0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<h3>0.8.0 (09/12/2019)</h3>
<p>
Eighth alpha release.<br/>
New features and refactoring
</p>
<ul>
<li>Support for Python!</li>
<li>Performance improvements: use lazy Services instead of Components</li>
<li>Code cleanup: use explicit types for public classes, remove unused bundle properties, reformat files</li>
</ul>

0 comments on commit 07bc3fa

Please sign in to comment.