Skip to content

Commit

Permalink
Merge pull request #129 from jgi-kbase/dev-merge_release_notes
Browse files Browse the repository at this point in the history
remove the 0.1.5 release and merge the notes
  • Loading branch information
Xiangs18 authored Sep 6, 2024
2 parents f404814 + 8d98b16 commit 2398771
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# Assembly Homology Service release notes

## 0.1.5

* The MongoDB clients have been updated to the most recent version.
* Added the ``mongo-retrywrites`` configuration setting in ``deploy.cfg``, defaulting to
``false``.

## 0.1.4

* The MongoDB clients have been updated to the most recent version.
* Added the ``mongo-retrywrites`` configuration setting in ``deploy.cfg``, defaulting to ``false``.
* Switched the build system from Ant to Gradle. As such, all build artifacts, including the
`assembly_homology` script, are now found in the `build` directory.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Root {
//TODO ZLATER ROOT add configurable contact email or link
//TODO ZLATER swagger

private static final String VERSION = "0.1.5";
private static final String VERSION = "0.1.4";
private static final String SERVER_NAME = "Assembly Homology service";

/** Return the root information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

public class RootTest {

public static final String SERVER_VER = "0.1.5";
public static final String SERVER_VER = "0.1.4";
private static final String GIT_ERR =
"Missing git commit file gitcommit, should be in us.kbase.assemblyhomology";

Expand Down

0 comments on commit 2398771

Please sign in to comment.