Bump rouge from 3.28.0 to 3.29.0
Bumps rouge from 3.28.0 to 3.29.0.
Release notes
Sourced from rouge's releases.
v3.29.0
We bring you 5 new exciting lexers in this release: Idris, Lean, Syzlang and Syzprog lexer. There are also some fixes and improvements on Docker, Matlab and Python lexer.
Furthermore, we have made some improvements in Rouge and Rouge CI. We are now running Ruby 3.1 as part of our CI. As part of this release, we also introduced Code of Conduct v2.1.
Thank you to all of the amazing contributors for your help and continuous support!
New Contributors
- @bmwant made their first contribution in https://github.com/rouge-ruby/rouge/pull/1464
- @petergoldstein made their first contribution in https://github.com/rouge-ruby/rouge/pull/1791
- @xairy made their first contribution in https://github.com/rouge-ruby/rouge/pull/1699
- @casperisfine made their first contribution in https://github.com/rouge-ruby/rouge/pull/1806
- @kunigami made their first contribution in https://github.com/rouge-ruby/rouge/pull/1798
- @bartbroere made their first contribution in https://github.com/rouge-ruby/rouge/pull/1809
- @siko1056 made their first contribution in https://github.com/rouge-ruby/rouge/pull/1669
- @chvp made their first contribution in https://github.com/rouge-ruby/rouge/pull/1801
- @lee-lindley made their first contribution in https://github.com/rouge-ruby/rouge/pull/1811
Full Changelog: https://github.com/rouge-ruby/rouge/compare/v3.28.0...v3.29.0
Changelog
Sourced from rouge's changelog.
version 3.29.0: 2022-05-30
Comparison with the previous version
- General
- Stop checking encoding names (#1806 by casperisfine)
- Docker Lexer
- Fix notation of named stages in multi-stage docker builds (#1809 by bartbroere)
- Idris Lexer
- Add support for Idris language (#1464 by bmwant)
- Lean Lexer (NEW)
- Initial support for lean 3 (#1798 by kunigami)
- Matlab Lexer
- PLSQL Lexer (NEW)
- Oracle PLSQL lexer (suitable for Oracle SQL as well) (#1811 by lee-lindley)
- Python Lexer
- Python: Support conversion specifiers in format strings (#1801 by chvp)
- Syzlang and Syzprog Lexer (NEW)
- Rouge CI
- Documentation
Commits
-
f90874e
Release v3.29.0 (#1828) -
3b86b67
Update Contributor Code of Conduct v2.1 (#1821) -
ee5c935
Oracle PLSQL lexer (suitable for Oracle SQL as well) (#1811) -
e76cde4
Python: Support conversion specifiers in format strings (#1801) -
e814e5e
Add new Matlab keywords (fixes #1589) (#1669) -
8310e1c
Fix notation of named stages in multi-stage docker builds (#1809) -
e22c85a
Add new lexers to supported language doc (#1810) -
776cbc4
initial support for lean 3 (#1798) -
df4477e
Highlight shortened lists for syzlang DSL (#1808) -
f061cc6
Stop checking encoding names (#1806) - Additional commits viewable in compare view