Merge pull request #254 from brendanzab/bump-version
Bump cargo version to v0.9.5
diff --git a/codespan-lsp/CHANGELOG.md b/codespan-lsp/CHANGELOG.md
index 73b8541..79191de 100644
--- a/codespan-lsp/CHANGELOG.md
+++ b/codespan-lsp/CHANGELOG.md
@@ -7,6 +7,7 @@
## [Unreleased]
+## [0.9.5] - 2020-06-24
## [0.9.4] - 2020-05-18
## [0.9.3] - 2020-04-29
@@ -42,7 +43,8 @@
## [0.2.1] - 2019-02-26
## [0.2.0] - 2018-10-11
-[Unreleased]: https://github.com/brendanzab/codespan/compare/v0.9.4...HEAD
+[Unreleased]: https://github.com/brendanzab/codespan/compare/v0.9.5...HEAD
+[0.9.4]: https://github.com/brendanzab/codespan/compare/v0.9.4...v0.9.5
[0.9.4]: https://github.com/brendanzab/codespan/compare/v0.9.3...v0.9.4
[0.9.3]: https://github.com/brendanzab/codespan/compare/v0.9.2...v0.9.3
[0.9.2]: https://github.com/brendanzab/codespan/compare/v0.9.1...v0.9.2
diff --git a/codespan-lsp/Cargo.toml b/codespan-lsp/Cargo.toml
index a8d68de..85277e9 100644
--- a/codespan-lsp/Cargo.toml
+++ b/codespan-lsp/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "codespan-lsp"
-version = "0.9.4"
+version = "0.9.5"
license = "Apache-2.0"
authors = ["Markus Westerlind <marwes91@gmail.com>"]
description = "Conversions between codespan types and Language Server Protocol types"
@@ -10,7 +10,7 @@
edition = "2018"
[dependencies]
-codespan = { version = "0.9.4", path = "../codespan" }
+codespan = { version = "0.9.5", path = "../codespan" }
# WARNING: Be extremely careful when expanding this version range.
# We should be confident that all of the uses of `lsp-types` in `codespan-lsp`
# will be valid for all the versions in this range. Getting this range wrong
diff --git a/codespan-reporting/CHANGELOG.md b/codespan-reporting/CHANGELOG.md
index 21edb51..abd9bb5 100644
--- a/codespan-reporting/CHANGELOG.md
+++ b/codespan-reporting/CHANGELOG.md
@@ -7,6 +7,13 @@
## [Unreleased]
+## [0.9.5] - 2020-06-24
+
+### Changed
+
+- Sections of source code that are marked with primary labels are now rendered
+ using the primary highlight color.
+
## [0.9.4] - 2020-05-18
### Changed
@@ -238,7 +245,8 @@
## [0.2.1] - 2019-02-26
## [0.2.0] - 2018-10-11
-[Unreleased]: https://github.com/brendanzab/codespan/compare/v0.9.4...HEAD
+[Unreleased]: https://github.com/brendanzab/codespan/compare/v0.9.5...HEAD
+[0.9.4]: https://github.com/brendanzab/codespan/compare/v0.9.4...v0.9.5
[0.9.4]: https://github.com/brendanzab/codespan/compare/v0.9.3...v0.9.4
[0.9.3]: https://github.com/brendanzab/codespan/compare/v0.9.2...v0.9.3
[0.9.2]: https://github.com/brendanzab/codespan/compare/v0.9.1...v0.9.2
diff --git a/codespan-reporting/Cargo.toml b/codespan-reporting/Cargo.toml
index b31b294..427e854 100644
--- a/codespan-reporting/Cargo.toml
+++ b/codespan-reporting/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "codespan-reporting"
-version = "0.9.4"
+version = "0.9.5"
readme = "../README.md"
license = "Apache-2.0"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>"]
diff --git a/codespan/CHANGELOG.md b/codespan/CHANGELOG.md
index 1b4f501..e4723fc 100644
--- a/codespan/CHANGELOG.md
+++ b/codespan/CHANGELOG.md
@@ -7,6 +7,12 @@
## [Unreleased]
+## [0.9.5] - 2020-06-24
+
+### Fixed
+
+- Building the crate with the `reporting` feature disabled.
+
## [0.9.4] - 2020-05-18
## [0.9.3] - 2020-04-29
## [0.9.2] - 2020-03-29
@@ -35,7 +41,8 @@
## [0.2.1] - 2019-02-26
## [0.2.0] - 2018-10-11
-[Unreleased]: https://github.com/brendanzab/codespan/compare/v0.9.4...HEAD
+[Unreleased]: https://github.com/brendanzab/codespan/compare/v0.9.5...HEAD
+[0.9.4]: https://github.com/brendanzab/codespan/compare/v0.9.4...v0.9.5
[0.9.4]: https://github.com/brendanzab/codespan/compare/v0.9.3...v0.9.4
[0.9.3]: https://github.com/brendanzab/codespan/compare/v0.9.2...v0.9.3
[0.9.2]: https://github.com/brendanzab/codespan/compare/v0.9.1...v0.9.2
diff --git a/codespan/Cargo.toml b/codespan/Cargo.toml
index a6fea3f..944dcb0 100644
--- a/codespan/Cargo.toml
+++ b/codespan/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "codespan"
-version = "0.9.4"
+version = "0.9.5"
readme = "README.md"
license = "Apache-2.0"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>"]
@@ -11,7 +11,7 @@
edition = "2018"
[dependencies]
-codespan-reporting = { path = "../codespan-reporting", version = "0.9.4", optional = true }
+codespan-reporting = { path = "../codespan-reporting", version = "0.9.5", optional = true }
serde = { version = "1", optional = true, features = ["derive"]}
[features]