Skip to content

Commit

Permalink
Update version, cap CHANGELOG, for c3p0-0.10.0-pre7.
Browse files Browse the repository at this point in the history
  • Loading branch information
swaldman committed Mar 3, 2024
1 parent 3623316 commit 3f61051
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
c3p0-0.10.0-pre7
-- Improve performance of begin/endRequest support
-- Implement c3p0-loom UninstrumentedVirtualThreadPerTaskTaskRunnerFactory
-- Change mind. Eliminate naggingly prescriptive equals/hashCode pseudorequirements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $ mill test.test

Mostly c3p0 is tested by running a few test applications, and varying config _ad hoc_ to see how things work.

_If you think c3p0 could/should be tested more professionally and automatically, me too! I'd love a pull request!_
_If you think c3p0 could/should be tested more professionally and automatically, me too! I'd love a pull request._

[`buid.sc`](build.sc) contains a lot of test applications, but the most important are

Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Dependency {
object c3p0 extends RootModule with JavaModule with PublishModule {
val organization = "com.mchange"
override def artifactName = T{"c3p0"}
override def publishVersion = T{"0.10.0-pre6"}
override def publishVersion = T{"0.10.0-pre7"}

// we are currently building in Java 11, but releasing Java 7 compatible class files
// for users of smaller JDBC subsets
Expand Down

0 comments on commit 3f61051

Please sign in to comment.