Skip to content

Commit

Permalink
Release Version 1.0.5 (#170)
Browse files Browse the repository at this point in the history
* Release Version 1.0.5
  • Loading branch information
dahlend authored Jan 14, 2025
1 parent 7e2886a commit 32d31ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ 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).

## [Unreleased]
## [v1.0.5]

### Added

- Added support for SPICE kernels of type 9, this allows reading SOHO spice files.
- Added support for SPICE kernels of type 18, this allows reading Rosetta spice files.
- Added Equatorial frame as observed calculation.
- Added calculation of Earth's precession, allowing the computation of time dependent
equatorial vectors.

### Changed

Expand Down Expand Up @@ -346,6 +347,7 @@ Initial Release


[Unreleased]: https://github.com/IPAC-SW/kete/tree/main
[1.0.5]: https://github.com/IPAC-SW/kete/releases/tag/v1.0.5
[1.0.4]: https://github.com/IPAC-SW/kete/releases/tag/v1.0.4
[1.0.3]: https://github.com/IPAC-SW/kete/releases/tag/v1.0.3
[1.0.2]: https://github.com/IPAC-SW/kete/releases/tag/v1.0.2
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 = "1.0.4"
version = "1.0.5"
edition = "2021"
readme = "README.md"
license = "BSD-3-Clause"
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 = "1.0.4"
version = "1.0.5"
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 = "1.0.4"
version = "1.0.5"
edition = "2021"
readme = "README.md"
license = "BSD-3-Clause"
Expand Down

0 comments on commit 32d31ca

Please sign in to comment.