Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [[0.10.1](https://github.com/Devolutions/mongodm-rs/compare/v0.10.0...v0.10.1)] - 2025-12-16

### <!-- 1 -->Features

- Add compat-3-3-0 and bson-3 features ([#36](https://github.com/Devolutions/mongodm-rs/issues/36)) ([61d422e43f](https://github.com/Devolutions/mongodm-rs/commit/61d422e43ff251338bfdfd6caa11afcf6fff17b0)) ([#44](https://github.com/Devolutions/mongodm-rs/issues/44)) ([65b11f9f46](https://github.com/Devolutions/mongodm-rs/commit/65b11f9f46a893e7a12abfb6aad106f363d15222))

This adds the ability to use bson 3 just like the upstream mongodb
driver.

- Add openssl feature ([#37](https://github.com/Devolutions/mongodm-rs/issues/37)) ([044b904d93](https://github.com/Devolutions/mongodm-rs/commit/044b904d9351cf16858bc84caa4706f4012e4b97))

- Add chrono feature for bson ([#45](https://github.com/Devolutions/mongodm-rs/issues/45)) ([3fcd61b6ca](https://github.com/Devolutions/mongodm-rs/commit/3fcd61b6ca03cef4cf4c729a14ec909578e5206f))

## [0.9.0] 2022-05-02

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mongodm"
version = "0.10.0"
authors = ["Benoît CORTIER <benoit.cortier@fried-world.eu>"]
version = "0.10.1"
authors = ["Devolutions Inc. <infos@devolutions.net>"]
edition = "2024"
description = "A thin ODM layer for mongodb"
license = "MIT OR Apache-2.0"
Expand Down
Loading