= Release Cycle 2022-06-28
Eat your dogfood
== Mirrors
https://github.com/alexjg/radicle-link
rad:git:hnrkxafojjsz4m55qxbwigh1z8sdt7mai81gy
...
wait what? That's a Radicle URN. Starting today we are using a link seed as
a mirror. There is a seed running at
hydtac74mgo8xeh34cy7tmzzfejcybmxgfyawhnb4zj8wxxo4qckgh@seed.lnk.network:8799
I will be mirroring under peer ID
hydjhd8q9nkoxzkpddhcuue9xzpfr4bn6d44fo1f4q1japwm4brhh6
You will need to figure out how to use the various command line tools to
actually obtain this code using replication so it's not that usable yet,
but we are dogfooding!
Master-At: 241d5307adbdf5fb79bf2c22a3bbf0e5839ded7c
Seen-At: 241d5307adbdf5fb79bf2c22a3bbf0e5839ded7c
= Release Cycle 2022-06-28
We've been dogfooding for a week. It works but there's lots of sharp
edges. Bluntening ongoing.
This release has been tagged as:
214a90d630a78799dcadcc48918178edb3df68a1
== Breaking Changes
nada
== New features
* lnk gitd no longer requires a lnk home argument
* lnk uses the RUST_LOG env var to configure loggign
== Improvements
* librad::collaborative_objects::error is now public
== Shortlog
Alex Good (5):
Make lnk home argument for gitd optional
Add logging to `lnk-exe`
Add examples of systemd config
Make `librad::collaborative_objects::error` `pub` so that users
can actually name the error types.