From 3f610518ef5df1ae37284257da295a524255cffe Mon Sep 17 00:00:00 2001 From: Steve Waldman Date: Sat, 2 Mar 2024 21:21:51 -0500 Subject: [PATCH] Update version, cap CHANGELOG, for c3p0-0.10.0-pre7. --- CHANGELOG | 1 + README.md | 2 +- build.sc | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 69d7b854..fb0d2ad2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/README.md b/README.md index 109f4f40..0cb1c0d3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.sc b/build.sc index aa74b3e5..71536f21 100644 --- a/build.sc +++ b/build.sc @@ -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