Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = ["fuzz", "bindings/fnec_py"]
resolver = "2"

[workspace.package]
version = "0.17.0"
version = "0.18.0"
authors = ["Simon Keimer (DC0SK)"]
license = "GPL-3.0-only"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fnec-rust

![version](https://img.shields.io/badge/version-0.17.0-blue)
![version](https://img.shields.io/badge/version-0.18.0-blue)
![license](https://img.shields.io/badge/license-GPL--3.0--only-blue)

fnec-rust is a Rust-native antenna modeling workspace targeting near-100% practical compatibility with 4nec2, while keeping the codebase modular, testable, and portable.
Expand Down
Loading
Loading