Skip to content

Commit

Permalink
update version to 0.3.0
Browse files Browse the repository at this point in the history
update changelog
update gitignore file
  • Loading branch information
shahzebsiddiqui committed Oct 18, 2022
1 parent 837cff1 commit 5492af9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ lmodule.egg-info/
dist/
build/

# pipenv
Pipfile

# C extensions
*.so

Expand All @@ -17,6 +20,8 @@ pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
coverage.json
coverage.xml
.coverage
.coverage.*
.cache
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v0.3.0 - Oct 18th, 2022
-------------------------

- Make sure all commands work in login shell with `Module` class `#23 <https://github.com/buildtesters/lmodule/pull/23>`_.
- Update Documentation for modules class
- Update codecov setting for commenting on PRs `#25 <https://github.com/buildtesters/lmodule/pull/25>`_
- Update black setting in regression test, pre-commit and applying to source code `#31 <https://github.com/buildtesters/lmodule/pull/31>`_
- Increase regression test coverage for `spider` class `#34 <https://github.com/buildtesters/lmodule/pull/34>`_

v0.2.0 - Oct 24 2021
---------------------

Expand Down
2 changes: 1 addition & 1 deletion lmod/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
LMODULE_VERSION = "0.2.0"
LMODULE_VERSION = "0.3.0"
__version__ = LMODULE_VERSION

0 comments on commit 5492af9

Please sign in to comment.