Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 0a3e6f0

Browse files
authored
More new release changes (#22)
* Fix readme location * Update the changelog
1 parent f74ebfe commit 0a3e6f0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.3.0] - 2025-02-27
8+
9+
Add support for SQL fragments that can be combined dynamically.
10+
11+
Re-export postgres-types from pg_named_args so that it does not need
12+
to be added to the dependencies.
13+
14+
Allow some lints for users of `query_args`.
15+
716
## [0.2.3] - 2024-03-26
817

918
Fix: Improve error messages when sql contains invalid parameter groups.

pg_named_args_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pg_named_args_macros"
33
version = "0.3.0"
44
edition = "2021"
5-
readme = "README.md"
5+
readme = "../README.md"
66
repository = "https://github.com/tandemdrive/pg_named_args"
77
description = "PostgreSQL named arguments"
88
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)