Skip to content

Commit

Permalink
Bump version and expand changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Dec 12, 2021
1 parent 542031f commit dfc285d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

* Add `TaggedValue` which allows the marking of a value with a tag that controls which serialization routine to apply.
## 0.7.0 - 2021-12-13

### Features

* Add `pypsrp.serializer.TaggedValue` which allows the marking of a value with a tag that controls which serialization routine to apply.
* This only applys to primitive objects, like `U32` as `System.UInt32`, `SS` as `System.Security.SecureString`, etc
* For a full list of primitive tags see https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-psrp/c8c85974-ffd7-4455-84a8-e49016c20683


## 0.6.1 - 2021-11-19

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pypsrp"
version = "0.6.1"
version = "0.7.0"
description = "PowerShell Remoting Protocol and WinRM for Python"
authors = ["Jordan Borean <jborean93@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit dfc285d

Please sign in to comment.