Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Oct 14, 2020
1 parent 508a8c3 commit 64ba58b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.1 (14-Oct-20)

* Minor bug fixes and spec updates

## 1.0.0 (01-Oct-20)

* Added export feature
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,12 @@ You can also run the import and export tasks from the Rails app:
require "#{Rails.root}/config/lokalise_rails.rb"

# Import the files:
LokaliseRails::TaskDefinition::Importer.import!
result = LokaliseRails::TaskDefinition::Importer.import!
# `result` contains a boolean value with the result of the operation

# Export the files:
LokaliseRails::TaskDefinition::Exporter.export!
processes = LokaliseRails::TaskDefinition::Exporter.export!
# `processes` contains a list of queued background processes
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion lib/lokalise_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LokaliseRails
VERSION = '1.0.0'
VERSION = '1.0.1'
end

0 comments on commit 64ba58b

Please sign in to comment.