Skip to content

Commit

Permalink
prepare to release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanh Nguyen committed Jul 25, 2023
1 parent ec2a408 commit 2448d41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# godynamo release notes

## 2023-07-25 - v0.3.1

- Fix: placeholder parsing.

## 2023-07-24 - v0.3.0

- `ColumnTypeDatabaseTypeName` returns DynamoDB's native data types (e.g. `B`, `N`, `S`, `SS`, `NS`, `BS`, `BOOL`, `L`, `M`, `NULL`).
Expand Down
2 changes: 1 addition & 1 deletion godynamo.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
// Version of package godynamo.
Version = "0.3.0"
Version = "0.3.1"
)

var (
Expand Down

0 comments on commit 2448d41

Please sign in to comment.