Skip to content

Commit befb04b

Browse files
chore(main): release 0.35.0 (#350)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dc49155 commit befb04b

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [0.35.0](https://github.com/dwmkerr/effective-shell/compare/v0.34.10...v0.35.0) (2025-02-13)
4+
5+
6+
### Features
7+
8+
* add the lookup-requests.py sample ([#349](https://github.com/dwmkerr/effective-shell/issues/349)) ([c87eed8](https://github.com/dwmkerr/effective-shell/commit/c87eed82d1de228189b31c70b712618d483e4207))
9+
* shell prompt ([#250](https://github.com/dwmkerr/effective-shell/issues/250)) ([c566b48](https://github.com/dwmkerr/effective-shell/commit/c566b481732ec057432abae70fe55a77e56ce690))
10+
11+
12+
### Documentation
13+
14+
* add illicitonion as a contributor for doc ([#359](https://github.com/dwmkerr/effective-shell/issues/359)) ([ab282c4](https://github.com/dwmkerr/effective-shell/commit/ab282c426cfeac1926a56062edd6956b38c564b9))
15+
* terminal ai links ([#364](https://github.com/dwmkerr/effective-shell/issues/364)) ([dc49155](https://github.com/dwmkerr/effective-shell/commit/dc49155e3fd4bbbd2409837183e43649d42437d1))
16+
17+
18+
### Bug Fixes
19+
20+
* chapter 7 samples, fixes [#356](https://github.com/dwmkerr/effective-shell/issues/356) ([#360](https://github.com/dwmkerr/effective-shell/issues/360)) ([de61cb3](https://github.com/dwmkerr/effective-shell/commit/de61cb3085ba18854380618275d6984b9e7a20e6))
21+
* correct build script ([#358](https://github.com/dwmkerr/effective-shell/issues/358)) ([891d717](https://github.com/dwmkerr/effective-shell/commit/891d717e4304b14a527bc1e7f4a53125dd8bfcb8))
22+
* correct sed chapter sample ([#353](https://github.com/dwmkerr/effective-shell/issues/353)) ([34281d7](https://github.com/dwmkerr/effective-shell/commit/34281d73ab33219efdd2eec14ae6c1fccaf4aae0))
23+
* correct the 'sed' chapter sample file ([#351](https://github.com/dwmkerr/effective-shell/issues/351)) ([a39462a](https://github.com/dwmkerr/effective-shell/commit/a39462a46275ca64807d565ca5f3a7c3636ad4dc))
24+
* python sample bug ([#363](https://github.com/dwmkerr/effective-shell/issues/363)) ([6937497](https://github.com/dwmkerr/effective-shell/commit/6937497be4374d596ed1941bc0ee72dacbd93f67))
25+
* showpstree script errors if pstree not installed and shows how to install it ([#362](https://github.com/dwmkerr/effective-shell/issues/362)) ([167a6d3](https://github.com/dwmkerr/effective-shell/commit/167a6d384552ce73f49e4a738166cf87f5e1e7b4))
26+
* title lines in common scripts, fixes [#357](https://github.com/dwmkerr/effective-shell/issues/357) ([#361](https://github.com/dwmkerr/effective-shell/issues/361)) ([41e6db6](https://github.com/dwmkerr/effective-shell/commit/41e6db66ffbecb2354da6f1fd5e19e1db3960cc3))
27+
* typo in web-server.js ([#355](https://github.com/dwmkerr/effective-shell/issues/355)) ([2bde6de](https://github.com/dwmkerr/effective-shell/commit/2bde6defe7e3be0aac69d3d5bf0ab6e8ddd1a234))
28+
* update diagrams ([#348](https://github.com/dwmkerr/effective-shell/issues/348)) ([8be210a](https://github.com/dwmkerr/effective-shell/commit/8be210a709cd2b760878d1e781d0db0f00b639b0))
29+
330
## [0.34.10](https://github.com/dwmkerr/effective-shell/compare/v0.34.9...v0.34.10) (2024-10-01)
431

532

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": "effective-shell",
3-
"version": "0.34.10",
3+
"version": "0.35.0",
44
"private": false,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)