Skip to content

Commit

Permalink
Update README, bump version, & prep 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
geetfun committed Jan 10, 2023
1 parent f58d22a commit 64170eb
Show file tree
Hide file tree
Showing 4 changed files with 7 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 (January 10, 2023)
* Update license information
* Update README with instructions on running system tests

## 1.0.0 (December 29, 2022)
* Add Docker to allow consistent development environment
* Remove unneeded files which were added during scaffolding
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
filepond-rails (1.0.0)
filepond-rails (1.0.1)
rails (>= 7.0, < 8)

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ docker compose run app bash
You should now be able to run tests locally within this bash container:

```bash
bin/rails test
bin/rails test && bin/rails app:test:system
```

## License
Expand Down
2 changes: 1 addition & 1 deletion lib/filepond/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Filepond
module Rails
VERSION = '1.0.0'
VERSION = '1.0.1'
end
end

0 comments on commit 64170eb

Please sign in to comment.