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 b0e04e6 commit fd1eefaCopy full SHA for fd1eefa
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## [0.15.1] - 2021-09-19
8
+### Added
9
+- `:not_found` extension
10
+ [#46](https://github.com/waiting-for-dev/web_pipe/pull/46)
11
+
12
## [0.15.0] - 2021-09-12
13
### Added
14
- **BREAKING**. Switch `dry_view` extension with `hanami_view`.
lib/web_pipe/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module WebPipe
- VERSION = '0.15.0'
+ VERSION = '0.15.1'
end
0 commit comments