Skip to content

Commit c658997

Browse files
committed
Bump to 8.0.3
1 parent b56dd4a commit c658997

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Ongoing
44

5+
## 8.0.3 - 2025-08-19
6+
7+
- Fixed the handling of column comments that end in a single quote ([#382](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/382))
8+
59
## 8.0.2 - 2025-07-14
610

711
- Fixed the `db:migrate` command by removing usage of `execute_and_clear` function ([#377](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/377))

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
# limitations under the License.
1616

1717
module ActiveRecord
18-
COCKROACH_DB_ADAPTER_VERSION = "8.0.2"
18+
COCKROACH_DB_ADAPTER_VERSION = "8.0.3"
1919
end

0 commit comments

Comments
 (0)