Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv authored Jul 15, 2024
1 parent b6fbff2 commit b316e9e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## swiftide - [0.7.0](https://github.com/bosun-ai/swiftide/releases/tag/0.7.0) - 2024-07-15

### Added

- [0065c7a](https://github.com/bosun-ai/swiftide/commit/0065c7a7fd1289ea227391dd7b9bd51c905290d5) *(prompt)* Add extending the prompt repository ([#178](https://github.com/bosun-ai/swiftide/pull/178))

### Other

- [b95b395](https://github.com/bosun-ai/swiftide/commit/b95b3955f89ed231cc156dab749ee7bb8be98ee5) *(swiftide)* Documentation improvements and cleanup ([#176](https://github.com/bosun-ai/swiftide/pull/176))

- [73d5fa3](https://github.com/bosun-ai/swiftide/commit/73d5fa37d23f53919769c2ffe45db2e3832270ef) *(traits)* Cleanup unused batch size in `BatchableTransformer` ([#177](https://github.com/bosun-ai/swiftide/pull/177))


**Full Changelog**: https://github.com///compare/0.6.4...0.7.0

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion swiftide/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swiftide"
version = "0.6.4"
version = "0.7.0"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand Down

0 comments on commit b316e9e

Please sign in to comment.