Skip to content

Commit

Permalink
Add release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jan 4, 2025
1 parent 77c56db commit 5ff74c8
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ permissions:

env:
CONSOLE_OUTPUT: XTerm
BUNDLE_WITHOUT: maintenance

jobs:
test:
Expand Down
11 changes: 11 additions & 0 deletions bake.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2024, by Samuel Williams.

# Update the project documentation with the new version number.
#
# @parameter version [String] The new version number.
def after_gem_release_version_increment(version)
context["releases:update"].call(version)
end
1 change: 1 addition & 0 deletions gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
gem "bake"
gem "bake-gem"
gem "bake-modernize"
gem "bake-releases"

gem "rubocop", require: false
gem "rubocop-packaging", require: false
Expand Down
23 changes: 23 additions & 0 deletions releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Releases

## Unreleased

- Improved compatibility with Ruby 3.3+ and Rack 3+.
- Add support for cookie option `partitioned`.
- Introduce `assume_ssl` option to allow secure session cookies through insecure proxy.

## v2.0.0

- Initial migration of code from Rack 2, for Rack 3 release.

## v1.0.2

- Fix missing `rack/session.rb` file.

## v1.0.1

- Pin to `rack < 3`.

## v1.0.0

- Empty shim release for Rack 2.

0 comments on commit 5ff74c8

Please sign in to comment.