Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump release date and switch release notes to markdown #67

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions RELEASE_NOTES.txt → RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

Repo for code shared between Java services.

## VERSION: 0.3.0 (Release TBD)
## VERSION: 0.3.0 (Release 4/24/24)

* The GetMongoDB class has been removed.
* Classes in the `us.kbase.common.test` package have been moved to `us.kbase.test.common`
for consistency with other repos.
* 3 test helper classes in `us.kbase.commmon.test` as well as the `MongoController` and
`ControllerCommon have been moved to the `java_test_utilities` repo.
`ControllerCommon` have been moved to the `java_test_utilities` repo.
* The build system was switched from Make / Ant to Gradle.

## VERSION: 0.2.0 (Release 2/7/24)
Expand Down
Loading