JackDanger / permanent_records

Rails Plugin - soft-delete your ActiveRecord records. It's like an explicit version of ActsAsParanoid
https://jdanger.com
MIT License
272 stars 64 forks source link

Release new version #98

Closed arizz96 closed 5 years ago

arizz96 commented 6 years ago

Hi, I see that master release isn't aligned with 4.2.7 version available from RubyGems. When a new version will be release? Also, I think that maintain the Release tab up-to-date can be useful to track changes.

Thank you!

mherold commented 5 years ago

@JackDanger Could you please bump the version to 4.2.8, tag it, and release?

After that @msalzburg and I might have a look at full Rails 5.x compatibility and any existing PRs regarding Rails 5.x. We might want to drop compatibility with some older/unsupported Ruby/Rails versions then (which would imply releasing a new major version afterwards).

JackDanger commented 5 years ago

@mherold I've bumped the version and published 4.2.8 (including git tags, thanks!)

JackDanger commented 5 years ago

note to self: Get this publishing automatically via GitHub Actions