Skip to content

Commit

Permalink
[Doc] Prepare v0.5.0 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
miyamo2 authored Apr 16, 2024
1 parent 929d59b commit 3479f9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.5.0 - 2024-04-16

✨ New Features

- Added `ListAppend()`, a helper to the `list_append` function

## 0.4.0 - 2024-04-14

✨ New Features
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dynmgrm - GORM DynamoDB Driver

<img src=".assets/logo/svg/dynmgrm_logo_with_caption.svg" width="400">
<img src=".assets/logo/svg/dynmgrm_logo_with_caption.svg" width="400" alt="logo">

[![Go Reference](https://pkg.go.dev/badge/github.com/miyamo2/dynmgrm.svg)](https://pkg.go.dev/github.com/miyamo2/dynmgrm)
[![GitHub go.mod Go version (subdirectory of monorepo)](https://img.shields.io/github/go-mod/go-version/miyamo2/dynmgrm?logo=go)](https://img.shields.io/github/go-mod/go-version/miyamo2/dynmgrm?logo=go)
Expand All @@ -24,6 +24,7 @@ Supports the following PartiQL operations:
- [x] Update
- [x] With `SET` clause
- [x] With `list_append` function
- [x] `ListAppend()`
- [x] With `set_add` function
- [x] With `set_delete` function
- [ ] With `REMOVE` clause
Expand Down

0 comments on commit 3479f9f

Please sign in to comment.