Skip to content

Commit c38028a

Browse files
committed
Version 2.2.1
1 parent fc823e6 commit c38028a

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.2.1
2+
3+
Bugfixes:
4+
5+
* fixed a compilation error when compiling with mm:atomicArc flag (#148)
6+
17
## 2.2.0
28

39
Features:

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
};
77
outputs = { self, nixpkgs, utils, nix-filter }:
88
let
9-
version = "2.2.0";
9+
version = "2.2.1";
1010
systemDependent = with utils.lib;
1111
eachSystem allSystems (system:
1212
let pkgs = nixpkgs.legacyPackages.${system};

yaml.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "2.2.0"
3+
version = "2.2.1"
44
author = "Felix Krause"
55
description = "YAML 1.2 implementation for Nim"
66
license = "MIT"

0 commit comments

Comments
 (0)