Skip to content

Commit

Permalink
prepare v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Nov 26, 2024
1 parent fae27bd commit 1b7d128
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

# [unreleased]

# [v0.2.0] 2024-11-26

- Bumped `thiserror` to v2
- Bumped `spacepackets` to v0.13
- The source and destination handlers can now be used without the `std` feature and only require
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "cfdp-rs"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
rust-version = "1.75.0"
rust-version = "1.81.0"
authors = ["Robin Mueller <[email protected]>"]
description = "High level CCSDS File Delivery Protocol components"
homepage = "https://egit.irs.uni-stuttgart.de/rust/cfdp"
Expand Down
3 changes: 3 additions & 0 deletions docs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
export RUSTDOCFLAGS="--cfg docsrs --generate-link-to-definition -Z unstable-options"
cargo +nightly doc --all-features --open

0 comments on commit 1b7d128

Please sign in to comment.