Prepare the 1.4.1 release
- Update the changelog - Include our Code of Conduct and Adopters documents
This commit is contained in:
parent
95c9ecc7d0
commit
0bd2b4e8d9
4 changed files with 49 additions and 2 deletions
7
ADOPTERS.md
Normal file
7
ADOPTERS.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# Adopters
|
||||||
|
|
||||||
|
This is an alphabetical list of people and organizations who are using this
|
||||||
|
project. If you'd like to be included here, please send a Pull Request that
|
||||||
|
adds your information to this file.
|
||||||
|
|
||||||
|
- [Pinterest](https://www.pinterest.com/)
|
|
@ -1,5 +1,6 @@
|
||||||
Version 1.4.1
|
Version 1.4.1
|
||||||
-------------
|
-------------
|
||||||
|
* Switch to local (non-CDN) Font Awesome assets
|
||||||
* Upgraded cryptography to 2.3.1 (for CVE-2018-10903, although snappass is
|
* Upgraded cryptography to 2.3.1 (for CVE-2018-10903, although snappass is
|
||||||
unaffected because it doesn't use the vulnerable ``finalize_with_tag`` API)
|
unaffected because it doesn't use the vulnerable ``finalize_with_tag`` API)
|
||||||
|
|
||||||
|
|
40
CODE_OF_CONDUCT.md
Normal file
40
CODE_OF_CONDUCT.md
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
# Code of Conduct
|
||||||
|
|
||||||
|
At Pinterest, we work hard to ensure that our work environment is welcoming
|
||||||
|
and inclusive to as many people as possible. We are committed to creating this
|
||||||
|
environment for everyone involved in our open source projects as well. We
|
||||||
|
welcome all participants regardless of ability, age, ethnicity, identified
|
||||||
|
gender, religion (or lack there of), sexual orientation and socioeconomic
|
||||||
|
status.
|
||||||
|
|
||||||
|
This code of conduct details our expectations for upholding these values.
|
||||||
|
|
||||||
|
## Good behavior
|
||||||
|
|
||||||
|
We expect members of our community to exhibit good behavior including (but of
|
||||||
|
course not limited to):
|
||||||
|
|
||||||
|
- Using intentional and empathetic language.
|
||||||
|
- Focusing on resolving instead of escalating conflict.
|
||||||
|
- Providing constructive feedback.
|
||||||
|
|
||||||
|
## Unacceptable behavior
|
||||||
|
|
||||||
|
Some examples of unacceptable behavior (again, this is not an exhaustive
|
||||||
|
list):
|
||||||
|
|
||||||
|
- Harassment, publicly or in private.
|
||||||
|
- Trolling.
|
||||||
|
- Sexual advances (this isn’t the place for it).
|
||||||
|
- Publishing other’s personal information.
|
||||||
|
- Any behavior which would be deemed unacceptable in a professional environment.
|
||||||
|
|
||||||
|
## Recourse
|
||||||
|
|
||||||
|
If you are witness to or the target of unacceptable behavior, it should be
|
||||||
|
reported to Pinterest at opensource-policy@pinterest.com. All reporters will
|
||||||
|
be kept confidential and an appropriate response for each incident will be
|
||||||
|
evaluated.
|
||||||
|
|
||||||
|
If the snappass maintainers do not uphold and enforce this code of conduct in
|
||||||
|
good faith, community leadership will hold them accountable.
|
|
@ -1,2 +1 @@
|
||||||
__author__ = 'davedash'
|
__version__ = '1.4.1'
|
||||||
__version__ = '1.4.0'
|
|
||||||
|
|
Loading…
Reference in a new issue