Skip to content

Commit 5d8a9a2

Browse files
committed
bump version
1 parent 21aad83 commit 5d8a9a2

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Changelog
2+
## [v0.1.2] - 09/21/2023
3+
### Fixed
4+
- Issue #1
5+
- When using `clr` module, if custom assembly already exists under a different name `pysqlrecon` would previously log the error and exit
6+
- Now it deletes the offending assembly and tries creation again
7+
28
## [v0.1.1] - 09/03/2023
39
- Initial commit

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pysqlrecon"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Offensive MSSQL Python toolkit"
55
authors = ["Matt Creel <mcreel31@gmail.com>"]
66
readme = "README.md"

pysqlrecon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.1.2'

0 commit comments

Comments
 (0)