From f9e8f861ce17317d06ab0314b4491b935388a060 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Wed, 1 Feb 2023 23:46:01 +0800 Subject: [PATCH] sea-orm-codegen 0.11.0-rc.1 --- CHANGELOG.md | 4 +++- sea-orm-codegen/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b29c8bd3..9e036ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/sea-orm-codegen/Cargo.toml b/sea-orm-codegen/Cargo.toml index 7357a9ee..0abf176a 100644 --- a/sea-orm-codegen/Cargo.toml +++ b/sea-orm-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sea-orm-codegen" -version = "0.10.3" +version = "0.11.0-rc.1" authors = ["Billy Chan "] edition = "2021" description = "Code Generator for SeaORM"