Skip to content

Commit

Permalink
changelog entry for v0.0.3 release (#26)
Browse files Browse the repository at this point in the history
* changelog entry for v0.0.3 release

* notes on release process
  • Loading branch information
bgentry authored Nov 14, 2023
1 parent 4166884 commit 3810f7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.3] - 2023-11-13

### Changed

- Fix license detection issues with riverdriver/riverpgxv5 submodule.
- Ensure that river requires the riverpgxv5 module with the same version.

## [0.0.2] - 2023-11-13

### Changed
Expand Down
4 changes: 3 additions & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ queries. After changing an sqlc `.sql` file, generate Go with:

## Releasing a new version

First, merge a `CHANGELOG.md` update describing the changes. Next, update the repo locally and push new tags:
1. First, prepare a PR with a `CHANGELOG.md` update describing the changes, and update the root `go.mod` to point to the `riverpgxv5` version that is about to be released.
2. Merge the above PR.
3. Next, fetch the repo locally and push new tags:

```shell
git checkout master && git pull --rebase
Expand Down

0 comments on commit 3810f7d

Please sign in to comment.