Skip to content
Snippets Groups Projects
Commit 66754c9f authored by Maaz Ahmed's avatar Maaz Ahmed
Browse files

Merge branch '37-release-gen-changelog-and-release-0-7-0' into 'main'

Resolve "Release: gen changelog and release 0.7.0"

Closes #37

See merge request !23
parents f4a8b326 bf34b203
No related branches found
No related tags found
1 merge request!23Resolve "Release: gen changelog and release 0.7.0"
Pipeline #14735 passed with stages
in 2 minutes and 17 seconds
...@@ -2,6 +2,30 @@ ...@@ -2,6 +2,30 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.7.0] - 2024-01-02
### Bug Fixes
- RawExpr methods should be public
- Query helper func should use the new into_result method
### Features
- QueryExt trait for extended builder API functionality
### Miscellaneous Tasks
- Bump version to 0.7.0
- Generate changelog for v0.7.0
### QoL Enhancements
- Impl Operable on references of Operable types as well
### Testing
- Improve tests
## [0.6.0] - 2023-12-29 ## [0.6.0] - 2023-12-29
### Features ### Features
......
[package] [package]
name = "mquery" name = "mquery"
version = "0.6.0" version = "0.7.0"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment