Skip to content

Commit 0efc54d

Browse files
authored
aider: Prepare for 1.1.0 release (#7)
This pull request updates the changelog and bumps the version to `1.1.0`.
1 parent 069a8ce commit 0efc54d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/aider/CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased]
88

9+
## 1.1.0 - 2024-12-20
10+
911
### Added
1012

1113
- Support for installing dependencies like Playwright and browser dependencies to enable Aider's web scraping functionality.
1214
- Logic to clean up caches and other temporary files after installation to optimize performance and reduce disk usage.
1315

14-
## [1.0.0] - 2024-12-18
16+
## 1.0.0 - 2024-12-18
1517

1618
### Added
1719

18-
- Initial implementation of Aider devcontainer feature with support for Debian and Ubuntu.
19-
20-
[Unreleased]: https://github.com/ivy/devcontainer-features/commits/main/src/aider
21-
[1.0.0]: https://github.com/ivy/devcontainer-features/commits/main/src/aider?since=2024-12-18&until=2024-12-19
20+
- Initial implementation of Aider devcontainer feature with support for Debian and Ubuntu.

src/aider/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "aider",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"name": "Aider",
55
"description": "Aider lets you pair program with LLMs, to edit code in your local Git repository.",
66
"documentationURL": "https://github.com/ivy/devcontainer-features/blob/main/src/aider#readme",

0 commit comments

Comments
 (0)