Skip to content

Commit

Permalink
CI fix & last contributors added to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Dec 4, 2020
1 parent 1e7dd40 commit e73107c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: docker-compose run paper_trail mix test test/paper_trail
- run: docker-compose run paper_trail mix test test/version
- run: docker-compose run paper_trail mix test test/uuid
- run: docker-compose run paper_trail mix test test/uuid_with_custom_name
- run: STRING_TEST=true docker-compose run paper_trail mix test test/uuid

workflows:
version: 2
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ Many thanks to:
- [Alex Antonov](https://github.com/asiniy) - Original inventor of the originator feature
- [Moritz Schmale](https://github.com/narrowtux) - UUID primary keys feature
- [Jason Draper](https://github.com/drapergeek) - UUID primary keys feature
- [Jonatan Männchen](https://github.com/maennchen) - Added non-regular :binary_id UUID support for originator
- [Josh Taylor](https://github.com/joshuataylor) - Maintenance and new feature suggestions
- [Mitchell Henke](https://github.com/mitchellhenke) - Fixed weird elixir compiler warnings
- [Iván González](https://github.com/dreamingechoes) - Multi tenancy feature and some minor refactors
Expand All @@ -505,6 +506,7 @@ Many thanks to:
- [Harold Tafur](https://github.com/hdtafur) - Made PaperTrail.insert accept :ecto_options params(ie. upsert options)
- [Attila Szabo](https://github.com/szaboat) - Made %Version[:inserted_at] accept different ecto datetime options
- [Rafael Scheffer](https://github.com/rschef) - Built PaperTrail.Serializer that unifies %Version{} serialization
- [Kian Meng Ang](https://github.com/kianmeng) - Improved documentation
- [Izel Nakri](https://github.com/izelnakri) - The Originator of this library. See what I did there ;)

Additional thanks to:
Expand Down

0 comments on commit e73107c

Please sign in to comment.