Skip to content

Commit

Permalink
Release v0.7.2 (#14)
Browse files Browse the repository at this point in the history
- doc(README): add CI badges
- chore(ci): updated shared GHA workflow URLs
  • Loading branch information
msimerson authored May 30, 2022
1 parent 999f421 commit 9ef9c62
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ env:

jobs:
lint:
uses: NicTool/.github/.github/workflows/lint.yml@master
uses: NicTool/.github/.github/workflows/lint.yml@main

coverage:
uses: NicTool/.github/.github/workflows/coverage.yml@master
uses: NicTool/.github/.github/workflows/coverage.yml@main
secrets: inherit

test:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: CodeQL

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main ]
schedule:
- cron: '18 7 * * 4'

jobs:
codeql:
uses: NicTool/.github/.github/workflows/codeql.yml@master
uses: NicTool/.github/.github/workflows/codeql.yml@main
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: publish
on:
push:
branches:
- master
- main
paths:
- package.json

Expand All @@ -12,5 +12,5 @@ env:

jobs:
publish:
uses: NicTool/.github/.github/workflows/publish.yml@master
uses: NicTool/.github/.github/workflows/publish.yml@main
secrets: inherit
31 changes: 21 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# Change Log

#### N.N.N - YYYY-MM-DD
### Unreleased


#### 0.7.1 - 2022-05-29
### [0.7.2] - 2022-05-29

- doc(README): add CI badges
- chore(ci): updated shared GHA workflow URLs


### [0.7.1] - 2022-05-29

- chore: publish npm package in @nictool namespace


#### 0.7.0 - 2022-04-20
### [0.7.0] - 2022-04-20

- feat: added index.isDelegated, and tests
- feat: add bin/cleanup
Expand All @@ -19,21 +25,21 @@
- chore(ci): depend on shared GHA workflows


#### 0.6.0 - 2022-04-20
### 0.6.0 - 2022-04-20

* import and validate zones from NS config ([72f0e2b](https://github.com/NicTool/dns-nameserver/commit/72f0e2b7f4d58a80edd6edad61cd5646e8bf80cb))
* use -v to also show all the RRs
* feat(tinydns): added getZone (extract RRs for a zone from data)
* feat(tinydns): also include . as SOA record


#### 0.5.0 - 2022-04-15
### 0.5.0 - 2022-04-15

* add getZones to bind, knot, mara, nsd, tiny ([4a125c8](https://github.com/NicTool/dns-nameserver/commit/4a125c89ffdaef2800a61dd31bd6de07d450f81a))
* cleanup: remove nearley parsers


#### 0.4.0 - 2022-04-10
### 0.4.0 - 2022-04-10

* convert from CJS to ESM ([11b66b2](https://github.com/NicTool/dns-nameserver/commit/11b66b2b83416fdb3338f9d537c9643814a13960))
* reimplement parsers in pure JS (bye nearley & moo)
Expand All @@ -44,27 +50,32 @@
* switch test coverage report nyc -> c8


#### 0.3.0 - 2022-04-09
### 0.3.0 - 2022-04-09

* add maradns config parser ([1b4608e](https://github.com/NicTool/dns-nameserver/commit/1b4608e22b60250a67823851772538418e59d187))
* split ns implementations into separate files
* fix(nsd): strip double quotes off values
* docs(nsd): tidy up and add comments


#### 0.2.0 - 2022-04-08
### 0.2.0 - 2022-04-08

* knot: add additional fixed sections ([b6acaa3](https://github.com/NicTool/dns-nameserver/commit/b6acaa301de2247059ec13dc0c2701aa36a101a0))
* knot: add URL to config file reference
* nsd: add parser ([fa49d1d](https://github.com/NicTool/dns-nameserver/commit/fa49d1da91e3e3bb2ac40d03bdfe60ea71b03710))


#### 0.1.1 - 2022-04-07
### 0.1.1 - 2022-04-07

* add knot config parser
* named.conf parser, basics


#### 0.1.0 - 2022-04-02
### 0.1.0 - 2022-04-02

* added CHANGELOG


[0.7.0]: https://github.com/NicTool/dns-nameserver/releases/tag/0.7.0
[0.7.1]: https://github.com/NicTool/dns-nameserver/releases/tag/0.7.1
[0.7.2]: https://github.com/NicTool/dns-nameserver/releases/tag/0.7.2
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@ Does the heavy lifting for `getZones`. Accepts and string and returns an object
+ fix, feature, BREAKING CHANGE, build, chore, ci, docs, style, test
- [keep a changelog](https://keepachangelog.com/)
- [sentimental versioning](http://sentimentalversioning.org)

[![Module Tests](https://github.com/NicTool/dns-nameserver/actions/workflows/ci.yml/badge.svg)](https://github.com/NicTool/dns-nameserver/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/NicTool/dns-nameserver/badge.svg?branch=master)](https://coveralls.io/github/NicTool/dns-nameserver?branch=master)
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nictool/dns-nameserver",
"version": "0.7.1",
"version": "0.7.2",
"description": "DNS Nameserver",
"main": "index.js",
"bin": {},
Expand All @@ -9,7 +9,6 @@
"node": ">=14.0"
},
"scripts": {
"coverage": "npx c8 npm test",
"lint": "npx eslint index.js test",
"lintfix": "npx eslint --fix index.js test",
"test": "npx mocha",
Expand Down

0 comments on commit 9ef9c62

Please sign in to comment.