oracle-samples/clara-rules

Plans for next (0.16.1?) release

WilliamParker opened this issue · 2 comments

It seems to me that there have been enough changes since 0.16.0 to justify cutting a release. The largest of these is #342 IMO. Nothing since 0.16.0 should require bumping to 0.17.0 in my opinion since everything is one of:

  • a bugfix (#346, #304, #352)
  • Consistently choosing a return type in a case where that type was previously only sometimes chosen (#338)
  • improving parser validation (#349).
  • Refactoring with no API impact (#339). Note that this one also improves performance of session inspection considerably.
  • Test-only changes

Thoughts?

Agreed there is more than enough for a new release here, and 0.16.1 makes sense to me.

I have cut release 0.16.1 with a tag here and it is now available on Clojars.

Closing.