We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edac41 commit 55b32a7Copy full SHA for 55b32a7
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
Tag **BREAKING** means the change break compatibility with a previous version
5
of the program.
6
7
-## [Unreleased]
+## [0.12.0] - 2025-01-31
8
9
### Changed
10
- Don't check for named parameters in *type* procedure by `namedParams` rule.
nimalyzer.nimble
@@ -2,7 +2,7 @@ import std/os
2
3
# Package
-version = "0.11.0"
+version = "0.12.0"
author = "Bartek thindil Jasicki"
description = "A static code analyzer for Nim"
license = "BSD-3-Clause"
0 commit comments