Skip to content

Commit

Permalink
Update CHANGELOG and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cafehaine committed Mar 5, 2021
1 parent 040ff15 commit 932e93d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# Changelog for xlsd
## Version 1.4
- anki-code
- Fix icons for dotfiles
[`9ebc2e6`](https://github.com/cafehaine/xontrib-xlsd/commit/9ebc2e6da03293c792e28f38b95c7c64eeb459bf)
- Include the license in the wheel
[`ce71fb8`](https://github.com/cafehaine/xontrib-xlsd/commit/ce71fb8d6759178835172dae8318dce4ac0808ea)
- Make the README prettier
[`214243d`](https://github.com/cafehaine/xontrib-xlsd/commit/214243d14033665def066bd53c9e52c25c5ad01c)
- Anthony Scopatz
- Fix deprecations
[`da9b9f5`](https://github.com/cafehaine/xontrib-xlsd/commit/da9b9f592f34fd530447c6dc9590989110709541)
- Speed up imports
[`83b9ead`](https://github.com/cafehaine/xontrib-xlsd/commit/83b9ead973f27d36b7a69af584991235b3caa1f6)
- CaféHaine
- Add a preview of xlsd in the README
[`a57e212`](https://github.com/cafehaine/xontrib-xlsd/commit/a57e212769bb1b09d47c17177ee164faf46c7b00)
- Implement recursive long list mode
[`83c7671`](https://github.com/cafehaine/xontrib-xlsd/commit/83c7671bd9cde006c21c2bdb14c740eacebd7243)
- Typing annotations (python3.9's type indexing is used, will break on older python versions)
[`54284c3`](https://github.com/cafehaine/xontrib-xlsd/commit/54284c35a1958c89d2aa5aa565abdb2a2d58ba2c)
[`040ff15`](https://github.com/cafehaine/xontrib-xlsd/commit/040ff1573af7d70668e8c49e5485b65069f8aba0)
## Version 1.3
- CaféHaine
- Implement support for $LS\_COLORS
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="xontrib-xlsd",
version="0.1.3",
version="0.1.4",
license="GPLv3",
url="https://github.com/cafehaine/xontrib-xlsd",
description="An improved ls for xonsh, inspired by lsd",
Expand All @@ -15,7 +15,8 @@
packages=['xontrib', 'xlsd'],
package_dir={'xontrib': 'xontrib', 'xlsd': 'xlsd'},
package_data={'xontrib': ['*.xsh'], 'xlsd': ['*.py']},
install_requires=['xonsh>=0.9.23'],
install_requires=['xonsh>=0.9.26'],
python_requires='>=3.9',
zip_safe=False,
classifiers=[
"Environment :: Console",
Expand Down

0 comments on commit 932e93d

Please sign in to comment.