Skip to content

Commit 9b7227d

Browse files
committed
doc: updated changelog and release note
1 parent 484dccd commit 9b7227d

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1-
# 22-Oct-2023 0.7.0+1
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
Each new version will be released following the new version of the [surrealdb.wasm](https://github.com/surrealdb/surrealdb.wasm).
9+
10+
Changes to the project are tracked using build numbers behind the version number, denoted as increments such as +1, +2, and so on.
11+
12+
## [Unreleased]
13+
14+
## [0.7.0+2] - 2023-12-12
15+
16+
- Added transaction support.
17+
- Implemented `set()`, `unset()`, `signup()`, `signin()`, `patch()`, `version()` and `health()`.
18+
- Migrated from `wasm-flate` to `fflate` package.
19+
20+
## [0.7.0+1] - 2023-10-22
221

322
- Initial release 🎉

RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Added transaction support.
2+
- Implemented `set()`, `unset()`, `signup()`, `signin()`, `patch()`, `version()` and `health()`.
3+
- Migrated from `wasm-flate` to `fflate` package.

0 commit comments

Comments
 (0)