Skip to content

Commit

Permalink
Release v0.2.1 (#17)
Browse files Browse the repository at this point in the history
release v0.2.1
dahlend authored May 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent eae45d8 commit 8415949
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ 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]
## [0.2.1] - 2024 - 5 - 13

### Added

@@ -40,4 +40,5 @@ Initial Release


[Unreleased]: https://github.com/IPAC-SW/neospy/tree/main
[0.2.1]: https://github.com/IPAC-SW/neospy/releases/tag/v0.2.1
[0.2.0]: https://github.com/IPAC-SW/neospy/releases/tag/v0.2.0
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.0"
version = "0.2.1"
edition = "2021"


2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "neospy"
version = "0.2.0"
version = "0.2.1"
description = "NEO Surveyor Simulation Tools"
readme = "README.md"
authors = [{name = "Dar Dahlen", email = "[email protected]"},
2 changes: 1 addition & 1 deletion src/neospy_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neospy_core"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[lib]

0 comments on commit 8415949

Please sign in to comment.