Skip to content

Commit

Permalink
Release v0.3.1 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-markin authored Sep 24, 2024
1 parent 3e9493f commit bff06f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1] - 2024-09-24

This is a bugfix release fixing compilation of the library with `default-features = false`.

### Changed

- Fix compilation of library with `default-features = false` ([commit](https://github.com/dmitry-markin/jutella/commit/3e9493f5ec67fea0cbc35467aa0789d3d5914add))

## [0.3.0] - 2024-09-24

This release introduces several new features and improvements. Key updates are:
Expand Down
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "jutella"
description = "Chatbot API client library and CLI interface."
license = "MIT"
repository = "https://github.com/dmitry-markin/jutella"
version = "0.3.0"
version = "0.3.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit bff06f5

Please sign in to comment.