Explorar o código

Bump version number to 0.4.2 and update CHANGELOG.md

Kestrel hai 2 meses
pai
achega
81801471a6
Modificáronse 2 ficheiros con 12 adicións e 1 borrados
  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>"]