Releases: LuqueDaniel/lnmc
Releases · LuqueDaniel/lnmc
v1.4.0
What's Changed
- Deps: Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4 by @dependabot in #68
- Deps: Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 by @dependabot in #70
- Deps: Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in #72
- Deps: Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by @dependabot in #74
- Deps: Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 by @dependabot in #76
- Deps: Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by @dependabot in #77
- Update development dependencies by @LuqueDaniel in #83
- Drop support for setup.py by @LuqueDaniel in #84
- Deps: Bump actions/checkout from 3 to 4 by @dependabot in #80
- Deps: Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #82
- Drops Python 3.7 support by @LuqueDaniel in #85
- Add support to Python 3.12 by @LuqueDaniel in #86
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- ci: update dependabot config by @LuqueDaniel in #33
- Add missing docstrings, improve typehint and tests readability by @LuqueDaniel in #34
- Migrate build information and metadata to setup.cfg by @LuqueDaniel in #36
- Updates CI workflow by @LuqueDaniel in #37
- Improves lnmc copy tests by @LuqueDaniel in #38
- Moves project's metadata to pyproject.toml by @LuqueDaniel in #39
- Split optional dependencies by @LuqueDaniel in #40
- Improves GitHub Workflows by @LuqueDaniel in #41
- deps: update pyyaml requirement from ~=5.4 to >=5.4,<7.0 by @dependabot in #42
- Adds encoding argument to
open()
function by @LuqueDaniel in #43 - Improves CLI arguments and options by @LuqueDaniel in #44
- Improve output messages by @LuqueDaniel in #45
- Refactor _symlink_create by @LuqueDaniel in #46
- Refactor _copy_item by @LuqueDaniel in #47
- Documentation and logging tweaks by @LuqueDaniel in #48
- Refactor test suite by @LuqueDaniel in #50
- Sets ruff as linter and improves CI by @LuqueDaniel in #52
- Adds GitHub Action updates to Dependabot by @LuqueDaniel in #53
- Update dev dependencies by @LuqueDaniel in #56
- Adds error message when src does not exists by @LuqueDaniel in #58
- Replaces
src
anddst
arguments withpath_pair
by @LuqueDaniel in #59 - Send error message to stderr by @LuqueDaniel in #60
- Adds workflow to publish package on PyPi by @LuqueDaniel in #61
- Removes tox from CI by @LuqueDaniel in #62
- Prepare 1.3.0 by @LuqueDaniel in #63
- Fix pypi-publish action version by @LuqueDaniel in #64
New Contributors
- @dependabot made their first contribution in #42
Full Changelog: 1.2.0...v1.3.0
1.2.0
- Added
--copy
option to copy files and directories instead of creating symlinks - General refactoring of
lnmc
- Command messages improved.
- Update dependencies:
click => 7.1
toclick => 8.0
1.0.6
- Fix: Dependabot alert: GHSA-8q59-q68h-6hv4
- CI/CD use Python 3.9 as base version
1.0.5
Fixed command example in --help
option.
1.0.4
Specified minimum Python version required (>=3.6
)
1.0.3
- Improved test coverage
- Fixed various typos in README.md
- Added
dev
andtest
dependencies tosetup.py
1.0.2
- Use Black as code formatter
- Update Travis CI process
1.0.1
- Adds Python 3.8 compatibillity
1.0.0
1.0.0 first release.