Skip to content

Commit

Permalink
Prepare for 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jan 31, 2024
1 parent b91799d commit 7264f3f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 0.15.0 - Pending

### Versions

+ `sea-query`/`0.15.0-rc.1`: 2024-01-31

### Features

* Rework SQLite data type mapping https://github.com/SeaQL/sea-schema/pull/117
* Update binary and bit data types mapping https://github.com/SeaQL/sea-schema/pull/122

## 0.14.2 - 2024-01-18

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ members = [

[package]
name = "sea-schema"
version = "0.14.2"
version = "0.15.0"
authors = [ "Chris Tsang <[email protected]>" ]
edition = "2021"
description = "🌿 SQL schema definition and discovery"
Expand Down

0 comments on commit 7264f3f

Please sign in to comment.