active-hash / active_hash

A readonly ActiveRecord-esque base class that lets you use a hash, a Yaml file or a custom file as the datasource
MIT License
1.19k stars 178 forks source link

V3.2 changelog / release notes #276

Closed kbrock closed 1 year ago

kbrock commented 1 year ago

Release notes for v3.2.0

kbrock commented 1 year ago

@adampal @flavorjones I can't merge this. Needs a review from another maintainer. Can one of you +1 this and then I'll release?

In the future I will skip the PR and see if I can push directly to master. (Prefer not to do that but...)

I did try this from the command line but...

[master] active_hash $ git push upstream master
remote: Resolving deltas: 100% (8/8), completed with 4 local objects.
remote: error: GH006: Protected branch update failed for refs/heads/master.
remote: error: At least 1 approving review is required by reviewers with write access.
To https://github.com/zilkey/active_hash.git
 ! [remote rejected] master -> master (protected branch hook declined)
error: failed to push some refs to 'https://github.com/zilkey/active_hash.git'

heh. Maybe it is my old 'upstreamreference, but I think the protections aroundgit` may make this difficult.


After you are here, could you +1 #254 ? We dropped travis a while ago and that broke local rake (default: rspec).

Again, I'm not allowed to fix that since I put in the PR.

rgarver commented 1 year ago

Is this still waiting to go up to Rubygems or is there more to be done? This release seems long overdue, I'm excited to switch to an official version rather than from source.

kbrock commented 1 year ago

@rgarver Ryan, thanks for the polite ping.