From 70977f24d4ddb9fda844f314943c404e61f3668f Mon Sep 17 00:00:00 2001 From: Philipp Gille Date: Sat, 12 Jan 2019 13:40:46 +0100 Subject: [PATCH] Release v0.5.0 --- RELEASES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index c406103..b2c29c6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a vNext ----- +v0.5.0 (2019-01-12) +------------------- + - Added: Package `encoding` - An abstraction and wrapper for the core functionality of packages like `encoding/json` and `encoding/gob` (issue [#47](https://github.com/philippgille/gokv/issues/47)) - Added: Package `sql` - It contains shared code for SQL implementations. `mysql` and `postgres` already use it and if you want to create your own SQL implementation you can use it as well. (Useful for issue [#57](https://github.com/philippgille/gokv/issues/57).) - Added `gokv.Store` implementations: