chore: bump dns-lookup to v0.1.1, exclude docs from publish trigger

This commit is contained in:
CarterPerez-dev 2025-12-09 11:37:23 -05:00
parent 0b81edde3e
commit 26d9fa1c29
3 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,8 @@ on:
- main
paths:
- 'PROJECTS/dns-lookup/**'
- '!PROJECTS/dns-lookup/README.md'
- '!PROJECTS/dns-lookup/justfile'
permissions:
contents: read

View File

@ -3,5 +3,5 @@ CarterPerez-dev | 2025
__init__.py
"""
__version__ = "0.1.0"
__version__ = "0.1.1"
__author__ = "CarterPerez-dev"

View File

@ -1,6 +1,6 @@
[project]
name = "dnslookup-cli"
version = "0.1.0"
version = "0.1.1"
description = "Professional DNS lookup CLI with beautiful Rich output"
readme = "README.md"
requires-python = ">=3.13"