Skip to content

Commit

Permalink
Bump to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trishume committed Nov 11, 2018
1 parent 968ddc7 commit fb2e7e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 3.0.2

- Fix application of multiple `with_prototype`s (#220, fixes #160, #178, ASP highlighting)
- Fix prototype marking logic (#221, fixes #219)

# Version 3.0.1

- Fix a bug with syntaxes that used captures in lookarounds (#176 #215)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["syntax", "highlighting", "highlighter", "colouring", "parsing"]
categories = ["parser-implementations", "parsing", "text-processing"]
readme = "Readme.md"
license = "MIT"
version = "3.0.1" # remember to update html_root_url
version = "3.0.2" # remember to update html_root_url
authors = ["Tristan Hume <tristan@thume.ca>"]
exclude = [
"testdata/*",
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//! Some docs have example code but a good place to look is the `syncat` example as well as the source code
//! for the `easy` module in `easy.rs` as that shows how to plug the various parts together for common use cases.

#![doc(html_root_url = "https://docs.rs/syntect/3.0.1")]
#![doc(html_root_url = "https://docs.rs/syntect/3.0.2")]

#[cfg(feature = "yaml-load")]
extern crate yaml_rust;
Expand Down

0 comments on commit fb2e7e2

Please sign in to comment.