Skip to content

Commit 3a2ef52

Browse files
committed
v3.2.1
Fixed a bug in `lu.serialisation` where serialisation would not work well on aggregates that did not have any serialisable members. Fixed a bug in `lu.array.pruneAA` where it would only successfully instantiate if the key type was `string`.
1 parent dfc7c58 commit 3a2ef52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# lu [![Linux/macOS/Windows](https://img.shields.io/github/actions/workflow/status/zorael/lu/d.yml?branch=master)](https://github.com/zorael/lu/actions?query=workflow%3AD) [![Linux](https://img.shields.io/circleci/project/github/zorael/lu/master.svg?logo=circleci&style=flat&maxAge=3600)](https://circleci.com/gh/zorael/lu) [![Windows](https://img.shields.io/appveyor/ci/zorael/lu/master.svg?logo=appveyor&style=flat&maxAge=3600)](https://ci.appveyor.com/project/zorael/lu) [![Commits since last release](https://img.shields.io/github/commits-since/zorael/lu/v3.2.0.svg?logo=github&style=flat&maxAge=3600)](https://github.com/zorael/lu/compare/v3.2.0...master)
1+
# lu [![Linux/macOS/Windows](https://img.shields.io/github/actions/workflow/status/zorael/lu/d.yml?branch=master)](https://github.com/zorael/lu/actions?query=workflow%3AD) [![Linux](https://img.shields.io/circleci/project/github/zorael/lu/master.svg?logo=circleci&style=flat&maxAge=3600)](https://circleci.com/gh/zorael/lu) [![Windows](https://img.shields.io/appveyor/ci/zorael/lu/master.svg?logo=appveyor&style=flat&maxAge=3600)](https://ci.appveyor.com/project/zorael/lu) [![Commits since last release](https://img.shields.io/github/commits-since/zorael/lu/v3.2.1.svg?logo=github&style=flat&maxAge=3600)](https://github.com/zorael/lu/compare/v3.2.1...master)
22

33
Miscellaneous general-purpose library modules. Nothing extraordinary.
44

source/lu/semver.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ enum LuSemVer
3131
/++
3232
SemVer patch version of the library.
3333
+/
34-
patch = 0,
34+
patch = 1,
3535
}
3636

3737

0 commit comments

Comments
 (0)