diff --git a/Cargo.lock b/Cargo.lock
index 4a34642..3c86690 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1257,7 +1257,7 @@ dependencies = [
[[package]]
name = "rustitude"
-version = "0.4.1"
+version = "0.4.2"
dependencies = [
"criterion",
"rustitude-core",
@@ -1286,7 +1286,7 @@ dependencies = [
[[package]]
name = "rustitude-gluex"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"factorial",
"nalgebra",
diff --git a/crates/rustitude-gluex/CHANGELOG.md b/crates/rustitude-gluex/CHANGELOG.md
index 4aa21a4..9be9b57 100644
--- a/crates/rustitude-gluex/CHANGELOG.md
+++ b/crates/rustitude-gluex/CHANGELOG.md
@@ -5,6 +5,30 @@ 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).
+## v0.2.1 (2024-05-15)
+
+### Refactor
+
+ - major move required to have rustitude function properly as a Rust crate. I set this up very wrong the first time
+
+### Commit Statistics
+
+
+
+ - 1 commit contributed to the release.
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - Major move required to have rustitude function properly as a Rust crate. I set this up very wrong the first time ([`9089c84`](https://github.com/denehoffman/rustitude/commit/9089c84e481124ff764b24f42507ab14913fef07))
+
+
## v0.2.0 (2024-05-15)
@@ -27,7 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- - 7 commits contributed to the release.
+ - 8 commits contributed to the release.
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
@@ -38,6 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details
* **Uncategorized**
+ - Release rustitude-gluex v0.2.0, rustitude v0.4.0 ([`bc38f3a`](https://github.com/denehoffman/rustitude/commit/bc38f3af06807d8e6e1c3ca3a38581461ef934b8))
- Need to set some dependency versions...properly ([`ee48e40`](https://github.com/denehoffman/rustitude/commit/ee48e4039e40bbf2c5b23d230bbcd0213c41e888))
- Release rustitude-gluex v0.2.0, rustitude v0.4.0 ([`1369408`](https://github.com/denehoffman/rustitude/commit/1369408a7352be0e5b5fb675b0127e8e69a10c59))
- Need to set some dependency versions... ([`2495107`](https://github.com/denehoffman/rustitude/commit/2495107c77f483b84a926090cd868ccec8296052))
diff --git a/crates/rustitude-gluex/Cargo.toml b/crates/rustitude-gluex/Cargo.toml
index 111b202..6785778 100644
--- a/crates/rustitude-gluex/Cargo.toml
+++ b/crates/rustitude-gluex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustitude-gluex"
-version = "0.2.0"
+version = "0.2.1"
edition = { workspace = true }
authors = { workspace = true }
description = "GlueX Amplitudes for Rustitude"
diff --git a/crates/rustitude/CHANGELOG.md b/crates/rustitude/CHANGELOG.md
index c6b7389..df689d9 100644
--- a/crates/rustitude/CHANGELOG.md
+++ b/crates/rustitude/CHANGELOG.md
@@ -5,8 +5,38 @@ 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.4.2 (2024-05-15)
+
+### Refactor
+
+ - major move required to have rustitude function properly as a Rust crate. I set this up very wrong the first time
+
+### Commit Statistics
+
+
+
+ - 1 commit contributed to the release.
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - Major move required to have rustitude function properly as a Rust crate. I set this up very wrong the first time ([`9089c84`](https://github.com/denehoffman/rustitude/commit/9089c84e481124ff764b24f42507ab14913fef07))
+
+
## 0.4.1 (2024-05-15)
+
+
+
+
+
+
### Bug Fixes
- add package info into workspace
@@ -26,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- - 6 commits contributed to the release over the course of 1 calendar day.
+ - 7 commits contributed to the release over the course of 1 calendar day.
- 6 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
@@ -37,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details
* **Uncategorized**
+ - Release rustitude v0.4.1 ([`9f6b0c5`](https://github.com/denehoffman/rustitude/commit/9f6b0c5570050312cc7f5ed1609d37e0f6f0aaca))
- Add package info into workspace ([`740a018`](https://github.com/denehoffman/rustitude/commit/740a0186ae22bdab87f514a5e035f3917a531c86))
- Move rustitude into the crates directory and add to workspace ([`0973112`](https://github.com/denehoffman/rustitude/commit/097311224630f5a4d98381a11d2917ca6378ad46))
- Merge rustitude-core to crates subdirectory ([`9617a27`](https://github.com/denehoffman/rustitude/commit/9617a27322460b378fb022ef28561f31197fc86f))
diff --git a/crates/rustitude/Cargo.toml b/crates/rustitude/Cargo.toml
index a8c334b..f108f02 100644
--- a/crates/rustitude/Cargo.toml
+++ b/crates/rustitude/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustitude"
-version = { workspace = true }
+version = "0.4.2"
edition = { workspace = true }
authors = { workspace = true }
description = { workspace = true }