Skip to content

Commit

Permalink
v1.0.0-beta.13 Release 🎉 🎆 🔔
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Travis CI committed Oct 19, 2021
1 parent fed5d6a commit 1d76f7c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Changelog

## [Unreleased](https://github.com/leapfrogtechnology/sync-db/tree/Unreleased) (2021-10-19)
## [v1.0.0-beta.13](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-beta.13) (2021-10-19)

[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-beta.12...Unreleased)
[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-beta.12...v1.0.0-beta.13)

**Bug Fixes**

- Corruption in migration files doesn't give verbose error [\#124](https://github.com/leapfrogtechnology/sync-db/issues/124)

**Changes**

- Bump sync-db version to 1.0.0-beta.13 [\#135](https://github.com/leapfrogtechnology/sync-db/pull/135) ([samirsilwal](https://github.com/samirsilwal))
- Remove redundant existDir check [\#134](https://github.com/leapfrogtechnology/sync-db/pull/134) ([samirsilwal](https://github.com/samirsilwal))
- LPD-3225 : Fix error when migration field removed from sync-db.yml [\#133](https://github.com/leapfrogtechnology/sync-db/pull/133) ([Soneshaps](https://github.com/Soneshaps))
- Fix verbose error when corruption in migration files [\#132](https://github.com/leapfrogtechnology/sync-db/pull/132) ([Soneshaps](https://github.com/Soneshaps))
Expand Down Expand Up @@ -382,4 +383,4 @@



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
\* *This Changelog was automatically generated by [github_changelog_generator] (https://github.com/github-changelog-generator/github-changelog-generator)*
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ npm install -g @leapfrogtechnology/sync-db
$ sync-db COMMAND
running command...
$ sync-db (-v|--version|version)
@leapfrogtechnology/sync-db/1.0.0-beta.12 linux-x64 node-v15.12.0
@leapfrogtechnology/sync-db/1.0.0-beta.13 linux-x64 node-v16.11.1
$ sync-db --help [COMMAND]
USAGE
$ sync-db COMMAND
Expand Down Expand Up @@ -79,7 +79,7 @@ USAGE
$ sync-db
```

_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.12/src/commands/index.ts)_
_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.13/src/commands/index.ts)_

## `sync-db help [COMMAND]`

Expand Down Expand Up @@ -116,7 +116,7 @@ OPTIONS
--object-name=object-name Name of table/view/routine to migrate.
```

_See code: [src/commands/make.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.12/src/commands/make.ts)_
_See code: [src/commands/make.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.13/src/commands/make.ts)_

## `sync-db make-publish`

Expand All @@ -130,7 +130,7 @@ OPTIONS
-c, --config=config Custom configuration file.
```

_See code: [src/commands/make-publish.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.12/src/commands/make-publish.ts)_
_See code: [src/commands/make-publish.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.13/src/commands/make-publish.ts)_

## `sync-db migrate-latest`

Expand All @@ -147,7 +147,7 @@ OPTIONS
--only=CONNECTION_ID Filter only a single connection.
```

_See code: [src/commands/migrate-latest.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.12/src/commands/migrate-latest.ts)_
_See code: [src/commands/migrate-latest.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.13/src/commands/migrate-latest.ts)_

## `sync-db migrate-list`

Expand All @@ -163,7 +163,7 @@ OPTIONS
--only=CONNECTION_ID Filter only a single connection.
```

_See code: [src/commands/migrate-list.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.12/src/commands/migrate-list.ts)_
_See code: [src/commands/migrate-list.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.13/src/commands/migrate-list.ts)_

## `sync-db migrate-rollback`

Expand All @@ -180,7 +180,7 @@ OPTIONS
--only=CONNECTION_ID Filter only a single connection.
```

_See code: [src/commands/migrate-rollback.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.12/src/commands/migrate-rollback.ts)_
_See code: [src/commands/migrate-rollback.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.13/src/commands/migrate-rollback.ts)_

## `sync-db prune`

Expand All @@ -197,7 +197,7 @@ OPTIONS
--only=CONNECTION_ID Filter only a single connection.
```

_See code: [src/commands/prune.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.12/src/commands/prune.ts)_
_See code: [src/commands/prune.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.13/src/commands/prune.ts)_

## `sync-db synchronize`

Expand All @@ -216,7 +216,7 @@ OPTIONS
--skip-migration Skip running migrations.
```

_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.12/src/commands/synchronize.ts)_
_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.13/src/commands/synchronize.ts)_

<!-- commandsstop -->

Expand Down

0 comments on commit 1d76f7c

Please sign in to comment.