r3c / winp

Portable Nginx/PHP/MySQL development server for Windows.
MIT License
20 stars 7 forks source link

Bump Cottle from 1.6.2 to 2.0.4 #3

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps Cottle from 1.6.2 to 2.0.4.

Release notes

Sourced from Cottle's releases.

v2.0.4

  • Add support for .NET 5.0 target framework in packaged release
  • Add obsolete notice in compilation reports
  • Performance optimizations

v2.0.3

  • Minor performance improvements.

v2.0.2

  • Fix issue #26 causing unwanted evaluation of "else" conditional branches
  • Introduce new name DocumentConfiguration.TrimFirstAndLastBlankLines to replace misleading DocumentConfiguration.TrimIndentCharacters

v2.0.1

  • Internal optimizations to reduce rendering time & allocated bytes

v2.0.0

  • Replace reference type Value by readonly structure.
  • Numbers are now using System.Double internally instead of System.Decimal.
  • Implement new "wrap" and "unwrap" keywords.
Commits
  • 3290582 Bump to version 2.0.4.
  • 19d9469 Add documentation about compilation reports. (#120)
  • 74c161a Fix CI build on non-Windows host. (#119)
  • 9f3bb1a Migrate Cottle.Demo to net5.0-windows framework.
  • c2f665b Allow package script to build nupkg without tag on HEAD.
  • f753318 Replace == null and != null by is null and is not null. (#118)
  • 336c299 Add .NET 5.0 to target frameworks. (#115)
  • 29565d8 Fix saving generated IL code to PE file. (#117)
  • 875f6f4 Fix emitted code when invoking finite functions with 4+ arguments. (#116)
  • 9126e04 Trigger GitHub check & build actions on push only. (#114)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)