hyperupcall / autoenv

Directory-based environments.
MIT License
5.72k stars 261 forks source link

Add a new tag with an updated version #61

Closed carloscheddar closed 8 years ago

carloscheddar commented 10 years ago

I was using homebrew to install the package but the version is from 2 years ago(0.1.0). If I edit the formula to always link to the master then that may cause problems in the future.

immerrr commented 8 years ago

I'd like to bump this for visibility.

I have just installed autoenv following the README (pip install autoenv) and got version 1.0.0, which is rather fresh yet still seems lacking a few niceties of the current master.

dasJ commented 8 years ago

Before tagging a new release, I'd like to make sure the codebase is stable. I'm currently writing some tests to ensure that some things are working and I'd like to close some github issues before.

dasJ commented 8 years ago

We are actually really close to a new release. Once the dash support works in zsh 5.1, and @kennethreitz has verified that everything works, we can publish a new release.

dasJ commented 8 years ago

It is done! PR for Homebrew is at https://github.com/Homebrew/homebrew-core/pull/3705