We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6486e53 commit 9de8bfbCopy full SHA for 9de8bfb
lib/apipie_dsl/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module ApipieDSL
4
- VERSION = "2.6.1"
+ VERSION = "2.6.2"
5
end
release_notes.md
@@ -1,5 +1,8 @@
Release notes
=============
+### 2.6.2 (2024-02-19)
+* Add macro to document **kwargs param ([PR #14](https://github.com/Apipie/apipie-dsl/pull/14))
+
6
### 2.6.1 (2023-11-07)
7
* Postpone default description evaluation ([PR #13](https://github.com/Apipie/apipie-dsl/pull/13))
8
* Update homepage in gemspec ([PR #12](https://github.com/Apipie/apipie-dsl/pull/12))
0 commit comments