Skip to content

Commit

Permalink
prepare for pre-release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz committed May 8, 2020
1 parent 436c66b commit 30c6645
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solrcopy"
version = "0.5.2"
version = "0.5.3"
edition = "2018"

authors = ["Juarez Rudsatz <juarezr@gmail.com>"]
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Command line tool for backup and restore of documents stored in cores of [Apache

``` text
$ solrcopy --help
solrcopy 0.5.2
solrcopy 0.5.3
Command line tool for backup and restore of documents stored in cores of Apache Solr.
Solrcopy is a command for doing backup and restore of documents stored on Solr cores. It let you filter docs by using a
Expand All @@ -56,7 +56,7 @@ SUBCOMMANDS:

``` text
$ solrcopy help backup
solrcopy-backup 0.5.2
solrcopy-backup 0.5.3
Dumps documents from a Apache Solr core into local backup files
USAGE:
Expand Down Expand Up @@ -104,7 +104,7 @@ $ solrcopy backup --url http://localhost:8983/solr --core demo --query 'price:[1

``` text
$ solrcopy help restore
solrcopy-restore 0.5.2
solrcopy-restore 0.5.3
Restore documents from local backup files into a Apache Solr core
USAGE:
Expand Down Expand Up @@ -142,7 +142,7 @@ $ solrcopy restore --url http://localhost:8983/solr --dir ./tmp --core target

``` text
$ solrcopy help delete
solrcopy-delete 0.5.2
solrcopy-delete 0.5.3
Removes documents from the Solr core definitively
USAGE:
Expand Down Expand Up @@ -173,7 +173,7 @@ $ solrcopy delete --url http://localhost:8983/solr --core target --query '*:*'

``` text
$ solrcopy help commit
solrcopy-commit 0.5.2
solrcopy-commit 0.5.3
Perform a commit in the Solr core index for persisting documents in disk/memory
USAGE:
Expand Down
10 changes: 9 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
debian (0.5.3) unstable; urgency=low

* feature: new subcommand delete
* improved: refactored most of cmd line switches
* fixed: hardened --workaround-shards

-- Juarez Rudsatz <juarezr@gmail.com> Mar, 8 Ma 2020 00:05:03 -0300

debian (0.5.1) unstable; urgency=low

* feature: added --workaround-shards
* improved: changed progress bar style
* fix progress with --log-level off

-- Juarez Rudsatz <juarezr@gmail.com> Mar, 8 Ma 2020 00:05:01 -0300
-- Juarez Rudsatz <juarezr@gmail.com> Mar, 7 Ma 2020 00:05:01 -0300

debian (0.5.0) unstable; urgency=low

Expand Down

0 comments on commit 30c6645

Please sign in to comment.