Skip to content

Commit

Permalink
prep release (#61)
Browse files Browse the repository at this point in the history
* update actions

* update changelog

* prep v1.6.0
  • Loading branch information
grizz authored Sep 29, 2024
1 parent 156f5d6 commit a9842f9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
## 1.6.0
### Added
- add regctl normalization schema
- python 3.12 support
### Changed
- moved from poetry to uv


## 1.5.2
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Unreleased:
1.6.0:
added:
- add regctl normalization schema
- python 3.12 support
changed:
- moved from poetry to uv
1.5.2:
fixed:
- issue introduced in 1.5.1 that could cause some contact points to be lost
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rdap"
version = "1.5.2"
version = "1.6.0"
description = "Registration Data Access Protocol tools"
authors = [{ name = "20C", email = "code@20c.com" }]
readme = "README.md"
Expand Down

0 comments on commit a9842f9

Please sign in to comment.