Skip to content

Commit

Permalink
chore(version) : v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasK committed Dec 15, 2023
1 parent de55151 commit ee77544
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ 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).

## [0.0.4]

## [0.0.3] - 2023-12-15

### Added

- Only query assets directly avaible in the search items (better performance).
- Ability to query assets in the search items.

## [0.0.2] - 2023-12-15

Expand Down
2 changes: 1 addition & 1 deletion earthdaily/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from . import earthdatastore, datasets

__version__ = "0.0.3"
__version__ = "0.0.4"

0 comments on commit ee77544

Please sign in to comment.