Skip to content

Commit

Permalink
Promises kept
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jul 31, 2022
1 parent bf3791c commit 3b427ce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ _What am I busy with outside of work?_

```{include} news.md
:start-line: 2
:end-before: "- _August 2019_"
:end-before: "- _August 2020_"
```

{doc}`See more <news>`
Expand Down
17 changes: 17 additions & 0 deletions news.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# News

- _August 2022_ - Promises kept (and keep coming)

[libvcs 0.14.0] released w/ typing annotations and doctests.

Also, added a URL Parser (_compare to {mod}`urlparse`_) for {mod}`~libvcs:libvcs.parse.git`,
{mod}`~libvcs:libvcs.parse.hg`, and {mod}`~libvcs:libvcs.parse.svn` URLs. Extensible using
{mod}`framework tools <libvcs:libvcs.parse.base>`. Built on [dataclasses] and uses {mod}`doctest`.

In the process, "side inventions" (License MIT):

- {mod}`~libvcs:libvcs._internal.query_list`: Nested searching of {class}`dict`-like data.
- {mod}`~libvcs:libvcs._internal.subprocess`: Deferrable {mod}`subprocess` commands.
- {mod}`~libvcs:libvcs._internal.dataclasses`: Exclude default fields (useful for clearer pytest
assertions / printing). Thanks Pietro Oldrati.

[libvcs 0.14.0]: https://libvcs.git-pull.com/history.html#libvcs-0-14-0-2022-07-31

- _June 2022_

- [libvcs] and [vcspull] are being rebuilt from the ground up. This will be a fresh take on one of
Expand Down

0 comments on commit 3b427ce

Please sign in to comment.