From 3f57d4e2c8f4467288592aa1adf0c28b0df34956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halvard=20M=C3=B8rstad?= Date: Mon, 30 Aug 2021 23:20:21 +0100 Subject: [PATCH] Version 2.0.1 release --- CHANGELOG.md | 9 +++++---- Makefile | 2 +- consts.ts | 2 +- egg.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ee820b..6136c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ # Nessie Change Log -## Unreleased +## Version 2.0.1 - 2021-08-30 -- Deno v1.13.0 +- Deno v1.13.2 - Deno std v0.104.0 - Cliffy v0.19.5 - MySQL v2.10.0 -- PostgreSQL v0.11.3 -- SQLite v3.0.0 +- PostgreSQL v0.12.0 +- SQLite v3.1.1 - Added status command +- Added sponsor notice ## Version 2.0.0 - 2021-06-24 diff --git a/Makefile b/Makefile index b32a761..10ee978 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ DB_MYSQL_PORT=5001 DB_USER=root DB_PWD=pwd DB_NAME=nessie -NESSIE_VERSION=2.0.0 +NESSIE_VERSION=2.0.1 DENO_VERSION=1.13.2 DOCKER_IMAGE=halvardm/nessie diff --git a/consts.ts b/consts.ts index bcb4b81..f50dcab 100644 --- a/consts.ts +++ b/consts.ts @@ -1,6 +1,6 @@ import { bold, yellow } from "./deps.ts"; -export const VERSION = "2.0.0"; +export const VERSION = "2.0.1"; export const SPONSOR_NOTICE = bold( yellow( diff --git a/egg.json b/egg.json index df2d513..b1ace50 100644 --- a/egg.json +++ b/egg.json @@ -2,7 +2,7 @@ "$schema": "https://x.nest.land/eggs@0.3.8/src/schema.json", "name": "Nessie", "description": "A modular database migration module for Deno.", - "version": "2.0.0", + "version": "2.0.1", "stable": true, "repository": "https://github.com/halvardssm/deno-nessie", "files": [