-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,19 @@ Please note that compatibility for 0.x releases (software or repositories) isn't | |
|
||
_When adding new entries to the changelog, please include issue/PR numbers wherever possible._ | ||
|
||
## 0.5.0 (UNRELEASED) | ||
## 0.4.1 | ||
|
||
### Packaging fix: | ||
|
||
* packaging: Fix issue with broken git component paths in packages on macOS and Linux ([#143](https://github.com/koordinates/sno/issues/143)) | ||
* packaging: Exclude dev dependency in macOS package | ||
|
||
### Minor features / fixes: | ||
|
||
* Added a `sno meta get` command for viewing dataset metadata ([#136](https://github.com/koordinates/sno/issues/136)) | ||
* `merge`, `commit`, `init`, `import` commands can now take commit messages as files with `[email protected]`. This replaces the `sno commit -F` option ([#138](https://github.com/koordinates/sno/issues/138)) | ||
* `import`: Added `--table-info` option to set dataset metadata, when it can't be autodetected from the source database ([#139](https://github.com/koordinates/sno/issues/139)) | ||
* `pull`, `push, `fetch`, `clone` commands now show progress - disabled with `--quiet` ([#144](https://github.com/koordinates/sno/issues/144)) | ||
* packaging: Fix issue with broken git component paths in packages on macOS and Linux ([#143](https://github.com/koordinates/sno/issues/143)) | ||
* packaging: Exclude dev dependency in macOS package | ||
* `pull`, `push`, `fetch`, `clone` commands now show progress - disabled with `--quiet` ([#144](https://github.com/koordinates/sno/issues/144)) | ||
* `import` now works while on an empty branch ([#149](https://github.com/koordinates/sno/issues/149)) | ||
|
||
## 0.4.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.4.1.dev0 | ||
0.4.1 |