Skip to content

Commit

Permalink
Bump version to 0.2.0.1
Browse files Browse the repository at this point in the history
Minor update to add strictness to modules for consistent memory
performance.
  • Loading branch information
agentultra committed Oct 30, 2021
1 parent aa31b5a commit cf4f066
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0.1] - 2021-10-30

This is a memory performance improvement update. We made all of the
modules strict which significantly reduced unnecessary allocations and
makes memory usage constant.

### Changed
- Added `Strict` pragmas to all modules

## [0.2.0.0] - 2021-07-27

This is a minor update that adds a replication connection type,
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: postgresql-replicant
version: 0.2.0.0
version: 0.2.0.1
github: "agentultra/postgresql-replicant"
license: BSD3
author: "James King"
Expand Down

0 comments on commit cf4f066

Please sign in to comment.