-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from Oceans-1876/main
Merge Main back to develop
- Loading branch information
Showing
4 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.0.0] - 2023-12-04 | ||
|
||
### Added | ||
|
||
- Added Roboto Bold font (in `fonts` submodule). | ||
|
||
### Fixed | ||
|
||
- Optimized station search. | ||
- Fixed pytest workflow failure. | ||
|
||
### Changed | ||
|
||
- Added temporary binomial name filter at species endpoints. | ||
- Replaced string similarity function for fuzzy search. | ||
- Minor changes to several API endpoints. | ||
|
||
## [0.1.0] - 2022-12-21 | ||
|
||
- The initial release of the Challenger-API. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Contributors | ||
|
||
- Chris Navarro | ||
- Kaveh Karimi-Asli | ||
- Rashmil Panchani | ||
- Michael Wieck-Sosa | ||
- Olajide Jegede | ||
- Wenqi He |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "challenger-expedition-api" | ||
version = "0.1.0" | ||
version = "1.0.0" | ||
description = "" | ||
authors = ["Kaveh Karimi <[email protected]>"] | ||
license = "MIT" | ||
|