diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d50b77..aed5723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [3.0.5] - 2020-03-23 + ### Changed * Conda package now noarch instead of just linux-64 ([#73](https://github.com/xenon-middleware/xenon-cli/issues/73)) +* Upgraded to Xenon library 3.1.0 + +### Fixed + +* Slurm 19 compliant ([#72](https://github.com/xenon-middleware/xenon-cli/issues/72)) ## [3.0.4] - 2019-09-11 diff --git a/build.gradle b/build.gradle index 37fe9d6..fee3b64 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { } description = 'Perform files and jobs operations with Xenon library from command line' -version = '3.0.4' +version = '3.0.5' group = 'nl.esciencecenter.xenon.cli' mainClassName = 'nl.esciencecenter.xenon.cli.Main' applicationName = 'xenon' @@ -36,7 +36,7 @@ testSets { integrationTest } -ext.xenonLibVersion = '3.0.4' +ext.xenonLibVersion = '3.1.0' ext.xenonCloudLibVersion = '3.0.2' dependencies { diff --git a/conda/xenon-cli/meta.yaml b/conda/xenon-cli/meta.yaml index 6d53602..dddd2df 100644 --- a/conda/xenon-cli/meta.yaml +++ b/conda/xenon-cli/meta.yaml @@ -1,6 +1,6 @@ package: name: xenon-cli - version: 3.0.5beta1 + version: 3.0.5 source: path: ../../build/install/xenon-cli-shadow requirements: