Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend committed Aug 26, 2024
1 parent d504d44 commit 1b429f7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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).


## [Unreleased]
## [0.3.0] - 2024 - 8 - 28


### Added
Expand All @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Renamed the project to Kete.
- Optimized the `moid` computation, improving performance by over 30x.

### Fixed
Expand Down Expand Up @@ -212,6 +213,7 @@ Initial Release


[Unreleased]: https://github.com/IPAC-SW/kete/tree/main
[0.3.0]: https://github.com/IPAC-SW/kete/releases/tag/v0.3.0
[0.2.5]: https://github.com/IPAC-SW/kete/releases/tag/v0.2.5
[0.2.4]: https://github.com/IPAC-SW/kete/releases/tag/v0.2.4
[0.2.3]: https://github.com/IPAC-SW/kete/releases/tag/v0.2.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "_core"
version = "0.2.6"
version = "0.3.0"
edition = "2021"


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kete"
version = "0.2.6"
version = "0.3.0"
description = "Kete Asteroid Survey Tools"
readme = "README.md"
authors = [{name = "Dar Dahlen", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion src/kete_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kete_core"
version = "0.2.5"
version = "0.3.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion src/kete_core/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# kete Core
# Kete Core

Library which supports calculations related to Minor Planets.

Expand Down

0 comments on commit 1b429f7

Please sign in to comment.