Skip to content

Commit

Permalink
Merge pull request #77 from Oceans-1876/main
Browse files Browse the repository at this point in the history
Merge Main back to develop
  • Loading branch information
Rashmil-1999 authored Dec 20, 2023
2 parents f106420 + fbcce8f commit cafd1ee
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run unit test
on:
workflow_dispatch:
pull_request:
types: [ opened, edited ]
types: [opened, edited, synchronize]

jobs:
pytest:
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
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.
8 changes: 8 additions & 0 deletions CONTRIBUTORS.md
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
2 changes: 1 addition & 1 deletion pyproject.toml
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 <kaveh@illinois.edu>"]
license = "MIT"
Expand Down

0 comments on commit cafd1ee

Please sign in to comment.