Update repository URLs and finalize CHANGELOG for v0.1.0 release

Update all fips-network/fips references to jmcorgan/fips across
Cargo.toml, README, CONTRIBUTING, packaging, and config files.
Merge CHANGELOG Unreleased and 0.1.0-alpha sections into a single
0.1.0 release entry. Update README roadmap.
This commit is contained in:
Johnathan Corgan
2026-03-12 16:51:34 +00:00
parent 46ccd9744e
commit 1898a7c390
7 changed files with 70 additions and 59 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ endpoints.
## Building
```bash
git clone https://github.com/fips-network/fips.git
git clone https://github.com/jmcorgan/fips.git
cd fips
cargo build --release
```
@@ -264,13 +264,13 @@ UDP, TCP, and Ethernet but has not been tested beyond small meshes.
- Additional transports (Bluetooth, Tor)
- Improved routing resilience under churn
- Security audit of cryptographic protocols
- CI pipeline and published crate
### Longer-term
- Mobile platform support
- Bandwidth-aware routing and QoS
- Protocol stability and versioned wire format
- Published crate
## License