Skip to content

Commit 031c03b

Browse files
chore: release 1.0.0 (#25)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c9d07d7 commit 031c03b

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to **Archlette** will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66
and this project adheres to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
77

8+
## 1.0.0 (2025-10-25)
9+
10+
11+
### Features
12+
13+
* implement basic-python extractor and improve test coverage ([#1](https://github.com/chrislyons-dev/archlette/issues/1)) ([c71c17a](https://github.com/chrislyons-dev/archlette/commit/c71c17a55521ecca18ad69191130b182d88f7a45))
14+
* implement cloudflare wrangler extractor [#3](https://github.com/chrislyons-dev/archlette/issues/3) ([178d54e](https://github.com/chrislyons-dev/archlette/commit/178d54e3a17441437ac03d3b21f42bc537f18703))
15+
* Initial Archlette Implementation ([#4](https://github.com/chrislyons-dev/archlette/issues/4)) ([d228150](https://github.com/chrislyons-dev/archlette/commit/d228150640cfe3fb4e3be88bab9642f23531ac1a))
16+
* migrate to mkdocs material and automate doc generation ([0de2199](https://github.com/chrislyons-dev/archlette/commit/0de21994c0fee0d537ea7071db1557256f7e08fc))
17+
* prepare for npm publish and fix path security validation ([#24](https://github.com/chrislyons-dev/archlette/issues/24)) ([c9d07d7](https://github.com/chrislyons-dev/archlette/commit/c9d07d707773d32ef7e82bd989b5b6b9316532e2))
18+
19+
20+
### Bug Fixes
21+
22+
* correct mkdocs.yml config to restore GitHub Pages deploy ([aceb833](https://github.com/chrislyons-dev/archlette/commit/aceb8334ecdac009be20de63b8ccd81c5f7e5a3b))
23+
824
## [Unreleased]
925

1026
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chrislyons-dev/archlette",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": false,
55
"description": "Architecture-as-Code toolkit for automated diagrams, docs, and releases.",
66
"keywords": [

0 commit comments

Comments
 (0)