sea-orm-codegen 0.11.0-rc.1

This commit is contained in:
Chris Tsang 2023-02-01 23:46:01 +08:00
parent 32fc8e236c
commit f9e8f861ce
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,9 @@ 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.11.0 - Pending
## 0.11.0 - Finalizing
+ 2023-02-02: `0.11.0-rc.1`
### New Features

View File

@ -1,6 +1,6 @@
[package]
name = "sea-orm-codegen"
version = "0.10.3"
version = "0.11.0-rc.1"
authors = ["Billy Chan <ccw.billy.123@gmail.com>"]
edition = "2021"
description = "Code Generator for SeaORM"