release 0.9.0

- Panic safety improvements (#81)
- We build on stable now (#94)
- Removed use of dynamic dispatch for constructing query
  descriptors (#95)
  - Technically a breaking change, though unlikely to affect clients
- Removed use of upgradable reads to avoid Amanieu/parking-lot#101 (#75)
- Upgraded parking lot (#100)
- Improved Debug output (#98)
- Snapshot implements Debug (#85)
This commit is contained in:
Niko Matsakis 2018-12-28 10:26:13 -05:00
parent b9227c1435
commit beff7adbc4

View file

@ -1,6 +1,6 @@
[package]
name = "salsa"
version = "0.8.0"
version = "0.9.0"
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
edition = "2018"
license = "Apache-2.0 OR MIT"