Skip to content

Commit

Permalink
chore(release): v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnchildren committed Jan 5, 2024
1 parent b5325f1 commit 5a6d1cb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ All 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.2.2] - 2024-01-05
### Added
- Support for `R2D2Connection` through an optional feature flag, `r2d2`.
- Support for `MultiConnection` through the `MultiConnectionHelper` trait for each
connection type provided by the crate.

## [0.2.1] - 2023-12-19
### Added
- Support for `MigrationConnection`

### Changed
- Allowed the recording of statements through an optional feature flag, `statement-fields`.

### Fixed
- Incorrect `db.system` string on sqlite `LoadConnection`.

## [0.2.0] - 2023-06-22
### Added
- Support for `UpdateAndFetchResults`.

### Changed
- Target diesel version to `>=2.1`.

## [0.1.6] - 2022-06-13
### Changed
- Implemented UpdateAndFetchResults trait to support save DSL.
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 = "diesel-tracing"
version = "0.2.1"
authors = ["John Children <john@cambridgequantum.com>"]
version = "0.2.2"
authors = ["John Children <john.children@quantinuum.com>"]
license = "MIT"
edition = "2021"
description = "Connection telemetry middleware for diesel and tracing"
Expand Down

0 comments on commit 5a6d1cb

Please sign in to comment.