Zebra/zebra-network/src
Henry de Valence 4aa00ad216 Align crate versions and user-agent with NU numbers.
We had a brief discussion on discord and it seemed like we had consensus on the
following versioning policy:

* zebrad: match major version to NU version, so we will start by releasing
  zebrad 3.0.0;

* zebra-* libraries: start by matching zebrad's version, then increment major
  versions of each library as we need to make breaking changes (potentially
  faster than the zebrad version, always respecting semver but making no
  guarantees about the longevity of major releases).

This commit sets all of the crate versions to 3.0.0-alpha.0 -- the -alpha.0
marks it as a prerelease not subject to perfect adherence to compatibility
guarantees.
2020-07-24 11:46:37 -07:00
..
peer feature: Get the current minimum protocol version 2020-07-23 15:52:18 +10:00
peer_set network: propagate tracing Spans through peer connection 2020-07-09 11:15:06 -07:00
protocol feature: Get the current minimum protocol version 2020-07-23 15:52:18 +10:00
address_book.rs Apply clippy fixes 2020-02-05 12:42:32 -08:00
config.rs fix: Put the peer set config vars together 2020-07-21 12:20:48 -04:00
constants.rs Align crate versions and user-agent with NU numbers. 2020-07-24 11:46:37 -07:00
lib.rs properly document guarantee provided by zebra-network (#713) 2020-07-22 14:38:00 -04:00
meta_addr.rs cleanup warnings throughout codebase 2020-05-27 15:42:29 -04:00
peer.rs Move server.rs to connection.rs and change imports. 2020-01-16 13:20:03 -05:00
peer_set.rs Move PeerSet initialization into a submodule. 2019-11-27 05:06:01 -05:00
policies.rs fmt 2020-02-21 06:48:25 -05:00
protocol.rs Refactor protocol into internal, external modules. 2019-11-27 05:06:01 -05:00
timestamp_collector.rs Upgrade tokio, futures, hyper to released versions. 2019-12-13 17:42:15 -05:00