Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 59c5767

Browse files
Updated CHANGELOG and stepped version (#10)
* extend MsgService, add functionality to read protocol versions * Added functionality to parse the MAINIFEST files to get the version of the protocols * Added constant variable for string * Fix: Added constant variable for string * updated CHANGELOG and steped version
1 parent 5f20ce9 commit 59c5767

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.0
2+
- Added functionality to load and parse the MINIFEST files to get the version
3+
of the loaded messaging protocols.
4+
15
## 0.2.0
26
- Removed protocol-interface functionalities from Shared and added load jar functionality.
37

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply plugin: 'eclipse'
2020

2121
jar {
2222
baseName = 'remrem-shared'
23-
version = '0.2.0'
23+
version = '0.3.0'
2424
}
2525

2626
group 'com.ericsson.eiffel.remrem'

0 commit comments

Comments
 (0)