Skip to content

Commit

Permalink
Merge pull request #518 from Enselic/prepare-release
Browse files Browse the repository at this point in the history
Prepare for v5.2.0
  • Loading branch information
Enselic committed Feb 7, 2024
2 parents 5a9c472 + 6c365b4 commit 1651081
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## [Version 5.2.0](https://github.com/trishume/syntect/compare/v5.1.0...v5.2.0) (2024-02-07)

### Improvements

- Eliminate syntect library's dependency on serde's "derive" feature. Increases build parallelism.
- Add parsing of gutterSettings.

### Dependencies

- Update `regex-syntax` to 0.8.

## [Version 5.1.0](https://github.com/trishume/syntect/compare/v5.0.0...v5.1.0) (2023-08-01)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -7,7 +7,7 @@ keywords = ["syntax", "highlighting", "highlighter", "colouring", "parsing"]
categories = ["parser-implementations", "parsing", "text-processing"]
readme = "Readme.md"
license = "MIT"
version = "5.1.0" # remember to update html_root_url
version = "5.2.0" # remember to update html_root_url
authors = ["Tristan Hume <tristan@thume.ca>"]
edition = "2021"
exclude = [
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -19,7 +19,7 @@
//! [`parsing`]: parsing/index.html
//! [`highlighting`]: highlighting/index.html

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

#[cfg(test)]
#[macro_use]
Expand Down

0 comments on commit 1651081

Please sign in to comment.