Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Feb 25, 2024
1 parent bd57c67 commit b2508e4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 13 deletions.
29 changes: 18 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# 1.1.1

Released on Sunday, February 25 2024.

- Improved pre-release version to follow semver (#1171) @georg-jung
- Improved NuGet package with link to repository (#1168) @thompson-tomo

# 1.1.0

Released on Thursday, January 18 2024
Released on Thursday, January 18 2024.

- Fixed priority calculations for selector lists (#1161)
- Fixed `:where` and `:is` selectors using forgiving lists
Expand All @@ -10,15 +17,15 @@ Released on Thursday, January 18 2024

# 1.0.7

Released on Friday, November 17 2023
Released on Friday, November 17 2023.

- Fixed implementation of `IRange` using offsets (#1147) @zukarusan
- Improved performance in `Node.set_Owner` (#1149) @campersau
- Added `net8.0` as direct target framework

# 1.0.6

Released on Saturday, November 11 2023
Released on Saturday, November 11 2023.

- Fixed case-sensitiveness in virtual responses
- Fixed warning for outdated actions in CI/CD workflow (#1145) @martincostello
Expand All @@ -28,7 +35,7 @@ Released on Saturday, November 11 2023

# 1.0.5

Released on Tuesday, October 3 2023
Released on Tuesday, October 3 2023.

- Improved codebase (#1128, #1126, #1133) @matkoch @ivandrofly
- Improved documentation (#1127)
Expand All @@ -40,21 +47,21 @@ Released on Tuesday, October 3 2023

# 1.0.4

Released on Saturday, June 24 2023
Released on Saturday, June 24 2023.

- Fixed issue with gzip encoding under certain conditions (#1122)
- Fixed issue with `li` scope leading to stack overflow (#1123)
- Added more pseudo selectors from Selector L4 spec (#1121)

# 1.0.3

Released on Thursday, June 8 2023
Released on Thursday, June 8 2023.

- Fixed wrong escaping of CSS selector pseudo class functions (#1069)

# 1.0.2

Released on Tuesday, June 4 2023
Released on Tuesday, June 4 2023.

- Improved codebase (#1091, #1090, #1089, #1088, #1087, #1086) @SimonCropp
- Fixed potential stack overflow in `GetStyleSheets` (#1084) @bjornri
Expand All @@ -65,15 +72,15 @@ Released on Tuesday, June 4 2023

# 1.0.1

Released on Monday, January 16 2023
Released on Monday, January 16 2023.

- Fixed entities in `noscript` being double encoded (#1070)
- Added previous `Event` constructor overload for ABI compatibility
- Added README to NuGet package

# 1.0.0

Released on Tuesday, January 10 2023
Released on Tuesday, January 10 2023.

- Updated build system to use NUKE instead of CAKE (#1075) @driekus77
- Fixed `TagClosedWrong` error with nested formatting elements (#1052)
Expand All @@ -88,13 +95,13 @@ Released on Tuesday, January 10 2023

# 0.17.1

Released on Thursday, June 2 2022
Released on Thursday, June 2 2022.

- Fixed wrong reference to `System.Text.Encoding.CodePages` (#1046) @linkdotnet

# 0.17.0

Released on Tuesday, May 31 2022
Released on Tuesday, May 31 2022.

- Dropped .NET Framework 4.6 (#960)
- Updated GitHub actions logger (#1044) @Tyrrrz
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ AngleSharp contains code written by (in order of first pull request / commit):
* [Ivandro Jao](https://github.com/ivandrofly)
* [Muhammad Nabilasykar](https://github.com/zukarusan)
* [Dmitry Kushnir](https://github.com/dv00d00)
* [Georg Jung](https://github.com/georg-jung)
* [James Thompson ](https://github.com/thompson-tomo)

Without these awesome people AngleSharp could not exist. Thanks to everyone for your contributions! :beers:

Expand Down
2 changes: 1 addition & 1 deletion src/AngleSharp.Core.Docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anglesharp/core",
"version": "0.17.2",
"version": "1.1.1",
"preview": true,
"description": "The doclet for the AngleSharp.Core documentation.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.</Description>
<Product>AngleSharp</Product>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<LangVersion>latest</LangVersion>
<SignAssembly>true</SignAssembly>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit b2508e4

Please sign in to comment.