diff --git a/build.gradle b/build.gradle index db215339f..dded5c667 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id "com.diffplug.spotless" version "6.25.0" } -version = "3.2.0" +version = "3.3.0" sourceCompatibility = 1.11 repositories { diff --git a/docs/_changelog/v3.3.0.md b/docs/_changelog/v3.3.0.md new file mode 100644 index 000000000..17ea59590 --- /dev/null +++ b/docs/_changelog/v3.3.0.md @@ -0,0 +1,31 @@ +--- +title: v3.3.0 +--- + +# [v3.3.0](https://github.com/bagherilab/ARCADE/releases/tag/v3.3.0) - 2024-12-16 + +> Compare with [v3.2.0](https://github.com/bagherilab/ARCADE/compare/v3.2.0...v3.3.0) + +### Features + +- Add getString method to Parameters class by [@Jannetty](https://github.com/Jannetty) in [#115](https://github.com/bagherilab/ARCADE/pull/115) +- Update minibox filter function to support multiple tag separators by [@Jannetty](https://github.com/Jannetty) in [#112](https://github.com/bagherilab/ARCADE/pull/112) + +#### Features: `patch` + +- Implement cell cycle length tracking by [@pohaoc2](https://github.com/pohaoc2) in [#97](https://github.com/bagherilab/ARCADE/pull/97) +- Add apoptosis age to induce change to apoptotic state by [@cainja](https://github.com/cainja) in [#114](https://github.com/bagherilab/ARCADE/pull/114) + +#### Features: `potts` + +- Add rotateVectorAroundAxis function to Plane class with tests by [@Jannetty](https://github.com/Jannetty) in [#117](https://github.com/bagherilab/ARCADE/pull/117) + +### Documentation + +- Add publication abstracts to docs by [@jessicasyu](https://github.com/jessicasyu) in [#118](https://github.com/bagherilab/ARCADE/pull/118) +- Add emulation paper to publications by [@cainja](https://github.com/cainja) in [#124](https://github.com/bagherilab/ARCADE/pull/124) +- Add setup file documentation by [@jessicasyu](https://github.com/jessicasyu) in [#119](https://github.com/bagherilab/ARCADE/pull/119) + +### Admin + +- Bump action versions and update docs workflow trigger by [@jessicasyu](https://github.com/jessicasyu) in [#129](https://github.com/bagherilab/ARCADE/pull/129) diff --git a/version.properties b/version.properties index b31914a9c..db1d79bce 100644 --- a/version.properties +++ b/version.properties @@ -1,4 +1,4 @@ -#Mon, 18 Nov 2024 16:44:50 -0500 +#Mon, 16 Dec 2024 14:07:13 -0500 major=3 -minor=2 +minor=3 patch=0