Skip to content

Commit 85254d0

Browse files
committed
bump version
1 parent b0ee13c commit 85254d0

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog
2-
## [v0.1.2] - 09/21/2023
2+
## [v0.1.3] - 12/30/2023
33
### Fixed
4-
- Issue #1
4+
- Issue [#3](https://github.com/Tw1sm/PySQLRecon/issues/3)
5+
- Roles queried from the database now use `IS_MEMBER` call instead `IS_SRVMEMBER` to check membership
6+
7+
## [v0.1.2] - 12/21/2023
8+
### Fixed
9+
- Issue [#1](https://github.com/Tw1sm/PySQLRecon/issues/1)
510
- When using `clr` module, if custom assembly already exists under a different name `pysqlrecon` would previously log the error and exit
611
- Now it deletes the offending assembly and tries creation again
712

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.2"
3+
version = "0.1.3"
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.2'
1+
__version__ = '0.1.3'

0 commit comments

Comments
 (0)