Skip to content

Commit

Permalink
Version 0.4.4 - Add funding_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
brendon committed Nov 19, 2024
1 parent d1a217a commit 0252882
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.4.4] - 2024-11-20

- Add `funding_uri` to gemspec.

## [0.4.3] - 2024-11-18

- Add support for polymorphic `belongs_to` where we add both the `id` and the `type` to the scope.
Expand Down
2 changes: 1 addition & 1 deletion lib/positioning/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Positioning
VERSION = "0.4.3"
VERSION = "0.4.4"
end
1 change: 1 addition & 0 deletions positioning.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/brendon/positioning"
spec.metadata["changelog_uri"] = "https://github.com/brendon/positioning/blob/main/CHANGELOG.md"
spec.metadata["funding_uri"] = "https://github.com/sponsors/brendon"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down

0 comments on commit 0252882

Please sign in to comment.