Skip to content

Commit

Permalink
Version 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Aug 30, 2021
1 parent 1edc4a1 commit 3f57d4e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion consts.ts
Original file line number Diff line number Diff line change
@@ -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(
Expand Down
2 changes: 1 addition & 1 deletion egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 3f57d4e

Please sign in to comment.