Browse Source

Update to version 1.1.0

pull/11/head v1.1.0
Ryan Reed 2 years ago
parent
commit
933187e35c
2 changed files with 18 additions and 1 deletions
  1. +17
    -0
      CHANGELOG.md
  2. +1
    -1
      pyproject.toml

+ 17
- 0
CHANGELOG.md View File

@ -1,5 +1,22 @@
# Change Log # Change Log
## 1.1.0 (2022-07-26)
### Breaking Changes
* Moving store_path to only the store action
Note: I know I said this shouldn't happen again but I couldn't help myself. This time....for sure.
### Features
* Allow for short -s for --store-path
### Documentation
* Add Quick Reference section
### Tests
* Updating tests to support moving store_path to store action
## 1.0.2 (2022-07-17) ## 1.0.2 (2022-07-17)
### Added ### Added


+ 1
- 1
pyproject.toml View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "transpose" name = "transpose"
version = "1.0.2"
version = "1.1.0"
description = "Move and symlink a path" description = "Move and symlink a path"
authors = ["Ryan Reed"] authors = ["Ryan Reed"]
license = "GPLv3" license = "GPLv3"


Loading…
Cancel
Save