Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nomadium committed Dec 2, 2024
1 parent 5d50c6f commit 5c42420
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## [Unreleased]

- Switch to pre-release starry version on ruby-head.
## [0.6.1] - 2024-12-02

- Add more validation checks on HTTP field component identifiers and parameters.

- Relax rack version requirements.

- Update uri dependency to the latest version.

## [0.6.0] - 2024-04-06

- Support parameters on HTTP field component identifiers.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
linzer (0.6.0)
linzer (0.6.1)
ed25519 (~> 1.3, >= 1.3.0)
openssl (~> 3.0, >= 3.0.0)
rack (>= 2.2, < 4.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/linzer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Linzer
VERSION = "0.6.0"
VERSION = "0.6.1"
end

0 comments on commit 5c42420

Please sign in to comment.