Skip to content

Commit

Permalink
Bump version to 0.1.2, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cafehaine committed Oct 9, 2020
1 parent 2cdf19e commit 3affff8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog for xlsd
## Version 1.2
- anki-code
- Syntax highlighting for xsh on Github
[`8873c1e`](https://github.com/cafehaine/xontrib-xlsd/commit/8873c1edb2d2fa635d531ba1198f582cc9cad9c0)
- CaféHaine
- Switch to xonsh color codes instead of ansi escape codes
[`2cdf19e`](https://github.com/cafehaine/xontrib-xlsd/commit/2cdf19ed9bb74cc7c16b97325997cda9944ef4e7)
## Version 1.1
- Dominic Ward
- Fix exception catching for libmagic
Expand Down
3 changes: 2 additions & 1 deletion 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.1",
version="0.1.2",
license="GPLv3",
url="https://github.com/cafehaine/xontrib-xlsd",
description="An improved ls for xonsh, inspired by lsd",
Expand All @@ -15,6 +15,7 @@
packages=['xontrib', 'xlsd'],
package_dir={'xontrib': 'xontrib', 'xlsd': 'xlsd'},
package_data={'xontrib': ['*.xsh'], 'xlsd': ['*.py']},
install_requires=['xonsh>=0.9.23'],
zip_safe=False,
classifiers=[
"Environment :: Console",
Expand Down

0 comments on commit 3affff8

Please sign in to comment.