-
Notifications
You must be signed in to change notification settings - Fork 0
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
First Major Release #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nalysis for spotless check
# 1.0.0-beta.1 (2022-02-21) ### Features * added DataSource4k with unit tests to demonstrate how to use the library. ([b0831ad](b0831ad)) * added some useful PreparedStatement extension functions to complement JDBC ([d8e9bd2](d8e9bd2)) * updated query function to pass in a PreparedStatement instead of a Connection ([4e4604c](4e4604c)) * updated transaction function to remove Connection as a given fn parameter ([b785ce0](b785ce0))
# [1.0.0-beta.2](v1.0.0-beta.1...v1.0.0-beta.2) (2022-02-21) ### Bug Fixes * renamed package to io.github.lawkai instead of com.github.lawkai ([8a4199a](8a4199a))
# [1.0.0-beta.3](v1.0.0-beta.2...v1.0.0-beta.3) (2022-02-21) ### Bug Fixes * signing artifact ([0e69336](0e69336))
# [1.0.0-beta.4](v1.0.0-beta.3...v1.0.0-beta.4) (2022-02-21) ### Bug Fixes * signing artifact with proper env. variables ([992ff9d](992ff9d))
# [1.0.0-beta.5](v1.0.0-beta.4...v1.0.0-beta.5) (2022-02-21) ### Bug Fixes * publish credentials ([9b0736c](9b0736c))
# [1.0.0-beta.6](v1.0.0-beta.5...v1.0.0-beta.6) (2022-02-21) ### Bug Fixes * make sure it if build and publish on the tag ([cfd24cb](cfd24cb))
# [1.0.0-beta.7](v1.0.0-beta.6...v1.0.0-beta.7) (2022-02-21) ### Bug Fixes * adding scm section in maven pom ([a26739f](a26739f))
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.