Skip to content

Commit

Permalink
Prepare release jsle-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolae Mihalache committed Feb 1, 2023
1 parent 5305b38 commit 6bf8d75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.0.0 released 1-Feb-2023
- updated the pom.xml to require java 11
- renamed the package name to avoid conflicts with the yamcs-sle package

Version 0.16 released 28-Jul-2022
- implemented get parameter and CLTU throw event
- fixed memory leaks caused by not freeing netty buffers at the end of the pipeline
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.yamcs</groupId>
<artifactId>jsle</artifactId>
<packaging>jar</packaging>
<version>0.17-SNAPSHOT</version>
<version>1.0.0</version>
<name>jsle</name>
<url>https://github.com/yamcs/jsle</url>
<description>Java implementation for the SLE (Space Link Extension) protocol.</description>
Expand Down

0 comments on commit 6bf8d75

Please sign in to comment.