Skip to content

Commit 307c348

Browse files
authored
Final cleanup before v0.1.0 release (#20)
2 parents f086539 + 409d715 commit 307c348

5 files changed

Lines changed: 13 additions & 10 deletions

File tree

.github/RELEASE_NOTES.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# frequenz-microgrid-rs Release Notes
1+
# Frequenz Microgrid Release Notes
22

33
## Summary
44

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ These are the steps to create a new release:
3131
a [GitHub
3232
Release](https://github.com/frequenz-floss/frequenz-microgrid-rs/releases),
3333
and upload a new package to
34-
[crates.io](https://crates.io/crates/frequenz-microgrid-rs)
34+
[crates.io](https://crates.io/crates/frequenz-microgrid)
3535
automatically.
3636

3737
6. Once this is done, reset the `RELEASE_NOTES.md` with the template:

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
2-
name = "frequenz-microgrid-rs"
2+
name = "frequenz-microgrid"
33
version = "0.1.0"
44
edition = "2024"
5+
description = "A high-level interface to the Frequenz Microgrid API."
6+
repository = "https://github.com/frequenz-floss/frequenz-microgrid-rs"
7+
license = "MIT"
58

69
[lib]
710
name = "frequenz_microgrid"
@@ -11,8 +14,8 @@ path = "src/lib.rs"
1114
async-trait = "0.1.89"
1215
chrono = "0.4"
1316
frequenz-microgrid-component-graph = "0.2.0"
14-
frequenz-microgrid-formula-engine = { git = "https://github.com/frequenz-floss/frequenz-microgrid-formula-engine-rs.git", rev = "463414a" }
15-
frequenz-resampling = { git = "https://github.com/frequenz-floss/frequenz-resampling-rs.git", rev = "ce84d66" }
17+
frequenz-microgrid-formula-engine = "0.1.0"
18+
frequenz-resampling = "0.1.0"
1619
futures = "0.3.31"
1720
prost = "0.14"
1821
tokio = { version = "1.48", features = ["rt", "rt-multi-thread"] }

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# frequenz-microgrid-rs
22

3-
[<img alt="docs.rs" src="https://img.shields.io/docsrs/frequenz-microgrid-rs">](https://docs.rs/frequenz-microgrid-rs)
4-
[<img alt="Crates.io" src="https://img.shields.io/crates/v/frequenz-microgrid-rs">](https://crates.io/crates/frequenz-microgrid-rs)
3+
[<img alt="docs.rs" src="https://img.shields.io/docsrs/frequenz-microgrid">](https://docs.rs/frequenz-microgrid)
4+
[<img alt="Crates.io" src="https://img.shields.io/crates/v/frequenz-microgrid">](https://crates.io/crates/frequenz-microgrid)
55

66
High-level interface for Rust to the Frequenz Microgrid API.
77

88
## Documentation
99

1010
For more information, please visit the [documentation
11-
website](https://docs.rs/frequenz-microgrid-rs).
11+
website](https://docs.rs/frequenz-microgrid).
1212

1313
## Contributing
1414

RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# frequenz-microgrid-rs Release Notes
1+
# Frequenz Microgrid Release Notes
22

33
## Summary
44

5-
This is the first release of `frequenz-microgrid-rs`.
5+
This is the first release of Frequenz Microgrid.

0 commit comments

Comments
 (0)