Skip to content

Commit

Permalink
✨ Release v1.3.4 update changelog ✨ (#206)
Browse files Browse the repository at this point in the history
* Fix(release): update changelog

* Fix: move to BSD-3 license to align with Jupyter

* License update

* Fix: license heading
  • Loading branch information
lwasser committed Aug 1, 2024
1 parent e6dd530 commit 77cc65e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@

## [Unreleased]

## [v0.3.4] - 2024-08-01

### Fixes

* Fix: Edit .env-default file to correct syntax (@ehinman, #196)
* Fix: Update api endpoint test to check for any valid endpoint (@willingc, #199)
* Fix: emeritus and advisory roles default to false + bug fix (@lwasser, #200, #202)
* Fix: allow for issues with multiple labels & fix presubmission ingest (@lwasser)
* Fix: move to BSD-3 license so pyOS aligns with project Jupyter (@lwasser)

### :sparkles: Thank you to the new contributors in this release :sparkles:

@ehinman

## [v0.3.2] - 2024-07-04

Expand Down
21 changes: 9 additions & 12 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
MIT License
BSD 3-Clause License

Copyright (c) 2023-present Leah Wasser <[email protected]>
Copyright (c) 2023-present pyOpenSci <[email protected]>, Leah Wasser <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
Software.
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 comments on commit 77cc65e

Please sign in to comment.