Skip to content

Commit

Permalink
v1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
subbyte committed Sep 25, 2023
1 parent c75d4cf commit 86ad460
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ The format is based on `Keep a Changelog`_.
Unreleased
==========

1.7.6 (2023-09-25)
==================

Added
-----

- ``DESCRIBE`` command to get insight of attributes
- ``ikestrel`` interactive shell (command-line utility)
- Custom stix-shifter connector support #402

1.7.5 (2023-09-07)
==================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools >= 56.0.0", "wheel"]
requires = ["setuptools >= 68.2.2", "wheel"]
build-backend = "setuptools.build_meta"
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = kestrel-lang
version = 1.7.5
version = 1.7.6
description = Kestrel Threat Hunting Language
long_description = file:README.rst
long_description_content_type = text/x-rst
Expand Down Expand Up @@ -30,18 +30,18 @@ scripts =
bin/stix-shifter-diag
python_requires = >= 3.8
install_requires =
typeguard>=4.1.3
typeguard>=4.1.5
pyyaml>=6.0.1
lxml>=4.9.3
lark>=1.1.7
pandas>=2.0.0
pandas>=2.1.1
pyarrow>=13.0.0
docker>=6.1.3
requests>=2.31.0
nest-asyncio>=1.5.7
nest-asyncio>=1.5.8
stix-shifter==6.2.1
stix-shifter-utils==6.2.1
firepit>=2.3.27
firepit>=2.3.29
tests_require =
pytest

Expand Down

0 comments on commit 86ad460

Please sign in to comment.