소스 검색

Bump version number to 0.4.2 and update CHANGELOG.md

Kestrel 2 달 전
부모
커밋
81801471a6
2개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 11 0
      CHANGELOG.md
  2. 1 1
      microrm/Cargo.toml

+ 11 - 0
CHANGELOG.md

@@ -1,5 +1,16 @@
 ## 0.4
 
+### 0.4.2
+
+- Add `remove()` to QueryInterface.
+- Add Deref/DerefMut to Serialized<T>.
+
+### 0.4.1
+
+- Add `bundled_sqlite` feature.
+
+### 0.4.0
+
 - Complete rework of query interface and schema specification.
     - In particular, added support for foreign key lookups
 - Added `clap` CLI generation

+ 1 - 1
microrm/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "microrm"
-version = "0.4.1"
+version = "0.4.2"
 edition = "2021"
 license = "BSD-4-Clause"
 authors = ["Kestrel <kestrel@flying-kestrel.ca>"]