Skip to content

Commit adff4e1

Browse files
chore(main): release 0.7.0
1 parent b6f45fe commit adff4e1

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to NexumDB will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.0](https://github.com/aviralgarg05/NexumDB/compare/v0.6.0...v0.7.0) (2026-02-22)
9+
10+
11+
### Features
12+
13+
* add EXPLAIN query plan command ([#131](https://github.com/aviralgarg05/NexumDB/issues/131)) ([33e6094](https://github.com/aviralgarg05/NexumDB/commit/33e60941f0c1ef051d29532f4401fae4e47daec4))
14+
* add transaction support (BEGIN/COMMIT/ROLLBACK) with WAL recovery ([#137](https://github.com/aviralgarg05/NexumDB/issues/137)) ([1713219](https://github.com/aviralgarg05/NexumDB/commit/17132193cbd9355392b53caa691801e40d2e1ef6))
15+
* **cli:** add colorized output and improved formatting ([#101](https://github.com/aviralgarg05/NexumDB/issues/101)) ([ab7e2a1](https://github.com/aviralgarg05/NexumDB/commit/ab7e2a1e9a97f86b37fa8e12805a644bc4c74a02))
16+
* implement TTL ([#139](https://github.com/aviralgarg05/NexumDB/issues/139)) ([b6f45fe](https://github.com/aviralgarg05/NexumDB/commit/b6f45fe89b0bea36673e76a793ae9dab8cd8693c))
17+
* **storage:** improve error messages with actionable suggestions ([#102](https://github.com/aviralgarg05/NexumDB/issues/102)) ([c8b9251](https://github.com/aviralgarg05/NexumDB/commit/c8b9251bde293b894234a415d87a02a7050b513b))
18+
819
## [Unreleased]
920

1021
### Notes

0 commit comments

Comments
 (0)