We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e6cc1 commit 9c98163Copy full SHA for 9c98163
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.1.2] - 2022-10-29
4
+
5
+- Terminate current DB sessions after dump remote database. So the chance of an open session is smaller
6
+- Print out where the config was saved
7
+- Print how long the import went
8
9
## [0.1.0] - 2022-10-24
10
11
- Initial release
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- remote_database_importer (0.1.0)
+ remote_database_importer (0.1.2)
colorize (~> 0.8)
thor (~> 1.2)
tty-config (~> 0.6)
lib/remote_database_importer/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RemoteDatabaseImporter
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
end
0 commit comments