From 8700cda29440bf8066998cc0782b6c18febfb223 Mon Sep 17 00:00:00 2001 From: Tom Andrade Date: Thu, 18 Apr 2019 10:48:33 +0200 Subject: [PATCH] update changelog and readme --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 766141f..6e2ce1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +## 2019-04-14 - 0.1.0 + +### Added + +- Switch from redis store to in memory kv store (no persistence on data) + ## 2019-03-18 - 0.0.3 ### Added diff --git a/README.md b/README.md index bc33ee8..eee03bd 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Short - simple go url shortner [![License](https://img.shields.io/badge/license-MIT-green.svg)](https://git.thebarrens.nu/wolvie/short/blob/master/LICENSE) [![Build Status](https://git.thebarrens.nu/wolvie/short/badges/master/build.svg)](https://git.thebarrens.nu/wolvie/short/) +Short is a very simple url shortener build in golang using web.go module for storring URLs, the main focus is speed, not data is persisted. -Short is a very simple url shortener build in golang using web.go module and redis (redigo) for storring URLs Syntax is: