Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Jul 31, 2022
1 parent 941ab93 commit 00ec16b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Nessie Change Log

## Version Next
## Version 2.0.7 - 2022-07-31

- Deno v1.24.1
- Deno std v0.150.0
- Cliffy v0.24.3
- PostgreSQL v0.16.1
- Support for CockroachDB with the PostgreSQL client

## Version 2.0.6 - 2022-04-15

- Refactored comands so that Nessie can run programatically

## Version 2.0.5 - 2022-01-11

- Deno v1.17.2
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.5
NESSIE_VERSION=2.0.7
DENO_VERSION=1.24.1
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.5";
export const VERSION = "2.0.7";

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.5",
"version": "2.0.7",
"stable": true,
"repository": "https://github.com/halvardssm/deno-nessie",
"files": [
Expand Down

0 comments on commit 00ec16b

Please sign in to comment.