From fee8c60fe0b9e700d1ae73af00afc0e1337f7600 Mon Sep 17 00:00:00 2001 From: Austin Bonander Date: Fri, 15 Apr 2022 12:34:05 -0700 Subject: [PATCH] document 0.5.13 in changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b367f6d..97b05650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.5.12 - 2022-04-13 +## 0.5.13 - 2022-04-15 + +This is a hotfix that reverts [#1748] as that was an accidental breaking change: +the generated `PgHasArrayType` impl conflicts with manual impls of the trait. +This change will have to wait for 0.6.0. + +## 0.5.12 - 2022-04-13 (Yanked; use 0.5.13) [27 pull requests][0.5.12-prs] were merged this release cycle. ### Added