Skip to content

Commit 64170eb

Browse files
committed
Update README, bump version, & prep 1.0.1 release
1 parent f58d22a commit 64170eb

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.1 (January 10, 2023)
4+
* Update license information
5+
* Update README with instructions on running system tests
6+
37
## 1.0.0 (December 29, 2022)
48
* Add Docker to allow consistent development environment
59
* Remove unneeded files which were added during scaffolding

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
filepond-rails (1.0.0)
4+
filepond-rails (1.0.1)
55
rails (>= 7.0, < 8)
66

77
GEM

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ docker compose run app bash
101101
You should now be able to run tests locally within this bash container:
102102

103103
```bash
104-
bin/rails test
104+
bin/rails test && bin/rails app:test:system
105105
```
106106

107107
## License

lib/filepond/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Filepond
44
module Rails
5-
VERSION = '1.0.0'
5+
VERSION = '1.0.1'
66
end
77
end

0 commit comments

Comments
 (0)