Cut a 1.0.0 release
Things have been working greatly for me over the past 2 years and it is about time to squash some known bugs and lock down the current feature set in prep for a potential big revamp on the project.
This is what I have in mind right now that will make up for 1.0.0:
- [ ] ~~Attempt to trim down the image size again~~
- [x] Update to latest
heroku/cedar - [ ] Buildpacks updates
- [x] Remove
bats(only used once in almost 2 years) - [x] Remove
phantomjs(used once or twice in almost 2 years) - [x] Update
golangand fix GH-94 - [ ] ~~Update
nodejs~~ - [ ] ~~Update
php~~ - [ ] ~~Fix GH-106~~
- [x] Update
python - [x] Update
rubyand attempt to implement GH-100 - [x] Fix
inline's GH-97 / GH-99 - [ ] ~~Deal with GH-85~~
- [x] Remove
- [ ] ~~Cover current functionality with some sort of feature tests~~
If you happen to come across this issue, please LMK if you want something to be kept around or have any suggestions for this release :beers:
I'd like these please :>
https://docs.tsuru.io/stable/using/buildpacks.html
@devekko unfortunately that's not possible given current's devstep state and based on what I've seen so far from official heroku buildpacks. They are very focused on production web apps and I use devstep for CLI tools for example. Some of devstep's (if not most of them) are based on official Heroku buildpacks with some tweaks made by me.
This is something I'd like to improve after 1.0 is out