-
Notifications
You must be signed in to change notification settings - Fork 0
Release/0.18.0 #1
base: release/0.17.0
Are you sure you want to change the base?
Conversation
ab607ba
to
01b5177
Compare
ec30f57
to
05ecedc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good, but I would like to triple-check that we're clear that this is a fork of the original lib with a fix and we haven't developed it.
developers := List( | ||
Developer("cremboc", "Paulius Imbrasas", "", url("https://github.com/cremboc")), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we cannot remove that? It looks like we re-attribute the whole code to us?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree. I think we can add ourselves to the list, but we shouldn't remove the existing developers.
It's probably also worth mentioning in the README that this is a fork and pointing to the original repository for anyone who finds this (and I'd make it quite prominent), that just feels like the right thing to do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks both, I’ll add us instead of replacing and update README as well
05ecedc
to
94879b0
Compare
I created
0.17.0
branch based on v0.17.0 tag which is the last tag before cats-effect 3 upgrade in the original repo. I added CI/CD migration and cherry-picked Ian's commit on top.I tested Ian's work last week on enrich-pubsub successfully.