Skip to content

Commit

Permalink
release: pg_idkit 0.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
t3hmrman authored Jan 30, 2024
1 parent 53a5849 commit 6c59932
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.2.2] - 2024-01-30

### Bug Fixes

- Push new tag on merges of release commit
- Consistent sections for id generation methods

### Features

- Add customizable nanoid generation

### Miscellaneous Tasks

- Update version in docs to 0.2.1
- Update pgrx to 0.11.3
- Update base pkg image to use cargo-pgrx 0.11.3
- Fix docker login, update secrets

## [0.2.1] - 2023-12-19

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pg_idkit"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["Victor Adossi <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6c59932

Please sign in to comment.