Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamschi committed Nov 22, 2024
2 parents a257c70 + c10c104 commit 7c3eb90
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions flourish/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# *flourish* Changelog

## 0.1.1

2024-11-22

- Revisions:
- Fixed docs.rs build.

## 0.1.0

2024-11-22
Expand Down
4 changes: 2 additions & 2 deletions flourish/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flourish"
version = "0.1.0"
version = "0.1.1"
authors = ["Tamme Schichler <[email protected]>"]
edition = "2021"
rust-version = "1.76"
Expand All @@ -14,7 +14,7 @@ keywords = ["async", "framework", "incremental", "runtime", "signals"]
categories = ["asynchronous", "caching", "concurrency", "gui", "memory-management"]

[package.metadata.docs.rs]
features = "_doc"
features = [ "_doc" ]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
7 changes: 7 additions & 0 deletions isoprenoid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `isoprenoid` Changelog

## 0.1.1

2024-11-22

- Revisions:
- Fixed docs.rs build.

## 0.1.0

2024-11-22
Expand Down
4 changes: 2 additions & 2 deletions isoprenoid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "isoprenoid"
version = "0.1.0"
version = "0.1.1"
authors = ["Tamme Schichler <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand All @@ -14,7 +14,7 @@ keywords = ["async", "sdk", "incremental", "runtime", "signals"]
categories = ["asynchronous", "caching", "concurrency", "gui", "memory-management"]

[package.metadata.docs.rs]
features = "_doc"
features = [ "_doc" ]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 7c3eb90

Please sign in to comment.