Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
This updates the lu dependency to v3.0.0, and necessarily bumps the
major version. With this, the minimum compiler version becomes v2.108.0.
  • Loading branch information
zorael committed Aug 11, 2024
1 parent 8ee474b commit 7ef2621
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dialect [![Linux/macOS/Windows](https://img.shields.io/github/actions/workflow/status/zorael/dialect/d.yml?branch=master)](https://github.com/zorael/dialect/actions?query=workflow%3AD) [![Linux](https://img.shields.io/circleci/project/github/zorael/dialect/master.svg?logo=circleci&style=flat&maxAge=3600)](https://circleci.com/gh/zorael/dialect) [![Windows](https://img.shields.io/appveyor/ci/zorael/dialect/master.svg?logo=appveyor&style=flat&maxAge=3600)](https://ci.appveyor.com/project/zorael/dialect) [![Commits since last release](https://img.shields.io/github/commits-since/zorael/dialect/v2.2.0.svg?logo=github&style=flat&maxAge=3600)](https://github.com/zorael/dialect/compare/v2.2.0...master)
# dialect [![Linux/macOS/Windows](https://img.shields.io/github/actions/workflow/status/zorael/dialect/d.yml?branch=master)](https://github.com/zorael/dialect/actions?query=workflow%3AD) [![Linux](https://img.shields.io/circleci/project/github/zorael/dialect/master.svg?logo=circleci&style=flat&maxAge=3600)](https://circleci.com/gh/zorael/dialect) [![Windows](https://img.shields.io/appveyor/ci/zorael/dialect/master.svg?logo=appveyor&style=flat&maxAge=3600)](https://ci.appveyor.com/project/zorael/dialect) [![Commits since last release](https://img.shields.io/github/commits-since/zorael/dialect/v3.0.0.svg?logo=github&style=flat&maxAge=3600)](https://github.com/zorael/dialect/compare/v3.0.0...master)

IRC parsing library.

Expand Down
4 changes: 2 additions & 2 deletions source/dialect/semver.d
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ enum DialectSemVer
/++
SemVer major version of the library.
+/
major = 2,
major = 3,

/++
SemVer minor version of the library.
+/
minor = 2,
minor = 0,

/++
SemVer patch version of the library.
Expand Down

0 comments on commit 7ef2621

Please sign in to comment.