This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
v0.17.2 Released #2135
paganotoni
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello There 👋,
Wanted to put this out to keep everybody on the loop for a change in the Buffalo ecosystem. Until today the CLI and the Buffalo library were in the same module, from now on these will be separate repositories:
https://github.com/gobuffalo/buffalo
This repository contains the library we use in our codebase to provide the rapid application development that Buffalo provides in the code we write.
https://github.com/gobuffalo/cli
This repository contains the CLI, the CLI is also an important part of the Buffalo development experience and facilitates tasks like generating, building and testing our applications.
The goal with this change is to facilitate the maintenance of both sides of the equation as these 2 change at different speeds and may be imported for different reasons. From now on these will follow two separate version numbers and release at different cadences.
https://github.com/gobuffalo/buffalo/releases/tag/v0.17.2
https://github.com/gobuffalo/cli/releases/tag/v0.17.1
cc @gobuffalo/all
Beta Was this translation helpful? Give feedback.
All reactions