Skip to content

Commit

Permalink
Version bump v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Nov 21, 2023
1 parent b74b27b commit ab9cd36
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ dotlink
[![Generated by attribution][attribution-badge]][attribution-url]


v2.0
----

Major release

- Total rewrite, using Python 3.8 syntax features
- Changed config format to `dest [= src]`
- Changed config filename to `.dotlink` or `dotlink`
- Use click for CLI arg parsing
- Use modern Python features and metadata
- Support for `--plan` or `--dry-run`
- Dropped `--rsync` option in favor of new ssh+tar stream

```text
$ git shortlog -s v2.0b1...v2.0
3 Amethyst Reese
```


v2.0b1
------

Expand Down
2 changes: 1 addition & 1 deletion dotlink/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Do not edit manually. Get more info at https://attribution.omnilib.dev
"""

__version__ = "2.0b1"
__version__ = "2.0"

0 comments on commit ab9cd36

Please sign in to comment.