madeintandem / jsonb_accessor

Adds typed jsonb backed fields to your ActiveRecord models.
MIT License
1.11k stars 93 forks source link

1.1.0 is out but the doc still recommends ~> 1.0.0 #129

Closed schwern closed 3 years ago

schwern commented 3 years ago

1.1.0 was released, but the README still recommends ~> 1.0.0. This prevented me from noticing there was a new version for a while.

~> 1 seems reasonable to keep it within the major version.