Skip to content

Commit

Permalink
Release v0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
GGG-KILLER committed Mar 10, 2024
1 parent 60497c3 commit 253d2ac
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions .vscode/ltex.hiddenFalsePositives.en-US.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@
{"rule":"UPPERCASE_SENTENCE_START","sentence":"^\\Qv0.2.8\nAdded\nAdded support for string length to the constant folder.\\E$"}
{"rule":"EN_A_VS_AN","sentence":"^\\QFixed\nFix parameters not having an \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q associated with them.\\E$"}
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\Qv0.2.4\nAdded\nAdd nuget params to \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q, \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q and \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q;\nAdd CD flow to publish packages to a public myget.org (not nuget.org) feed.\\E$"}
{"rule":"UPPERCASE_SENTENCE_START","sentence":"^\\Qv0.2.12\nFixed\nFixed \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q not suppressing errors in cases where \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q were \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q by @TheGreatSageEqualToHeaven in https://github.com/LorettaDevs/Loretta/pull/116.\\E$"}
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## v0.2.12
### Fixed
- Fixed `LuaSyntaxOptions.AcceptInvalidEscapes` not suppressing errors in cases where `LuaSyntaxOptions.{AcceptWhitespaceEscape,AcceptHexEscapesInStrings,AcceptUnicodeEscape}` were `false` by @TheGreatSageEqualToHeaven in https://github.com/LorettaDevs/Loretta/pull/116.
- Fixed single line comments not getting a line break added after them in `NormalizeWhitespace` by @GGG-KILLER in https://github.com/LorettaDevs/Loretta/pull/118.
Expand Down
3 changes: 0 additions & 3 deletions src/Compilers/Core/Portable/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ abstract Loretta.CodeAnalysis.Text.SourceTextContainer.TextChanged -> System.Eve
abstract Loretta.CodeAnalysis.Text.TextLineCollection.Count.get -> int
abstract Loretta.CodeAnalysis.Text.TextLineCollection.IndexOf(int position) -> int
abstract Loretta.CodeAnalysis.Text.TextLineCollection.this[int index].get -> Loretta.CodeAnalysis.Text.TextLine
const Loretta.CodeAnalysis.LanguageNames.CSharp = "C#" -> string!
const Loretta.CodeAnalysis.LanguageNames.FSharp = "F#" -> string!
const Loretta.CodeAnalysis.LanguageNames.Lua = "Lua" -> string!
const Loretta.CodeAnalysis.LanguageNames.VisualBasic = "Visual Basic" -> string!
const Loretta.CodeAnalysis.WellKnownDiagnosticTags.Build = "Build" -> string!
const Loretta.CodeAnalysis.WellKnownDiagnosticTags.Compiler = "Compiler" -> string!
const Loretta.CodeAnalysis.WellKnownDiagnosticTags.NotConfigurable = "NotConfigurable" -> string!
Expand Down
3 changes: 0 additions & 3 deletions src/Compilers/Core/Portable/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#nullable enable
*REMOVED*const Loretta.CodeAnalysis.LanguageNames.CSharp = "C#" -> string!
*REMOVED*const Loretta.CodeAnalysis.LanguageNames.FSharp = "F#" -> string!
*REMOVED*const Loretta.CodeAnalysis.LanguageNames.VisualBasic = "Visual Basic" -> string!

0 comments on commit 253d2ac

Please sign in to comment.