Skip to content

Commit

Permalink
ci(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.0](v1.2.0...v1.3.0) (2025-01-02)

### Features

* get_sensor implementation ([e100a88](e100a88))
* get_sensor_presence edge ([b7a3e59](b7a3e59))
* implementing ollama 3.2 through ChatOllama models ([bf3cf6b](bf3cf6b))

### Bug Fixes

* extract answer content in local generation ([a8f7e39](a8f7e39))
* poetry run pre-commit ([edf4664](edf4664))
* prompt correction ([cf5babd](cf5babd))
* prompt correction ([3e8d61a](3e8d61a))
* prompt engineering ([a7ae3bc](a7ae3bc))

### chore

* added missing dependencies and linting ([4e4169c](4e4169c))

### Docs

* added env note ([23c57e2](23c57e2))

### CI

* **release:** 1.3.0-beta.1 [skip ci] ([594db70](594db70))
  • Loading branch information
semantic-release-bot committed Jan 2, 2025
1 parent a6540be commit e001a96
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## [1.3.0](https://github.com/EURAC-EEBgroup/brick-llm/compare/v1.2.0...v1.3.0) (2025-01-02)


### Features

* get_sensor implementation ([e100a88](https://github.com/EURAC-EEBgroup/brick-llm/commit/e100a886acb536077d4ec69bae07f7f84626178d))
* get_sensor_presence edge ([b7a3e59](https://github.com/EURAC-EEBgroup/brick-llm/commit/b7a3e597e107844fd484068111037756d25d1cd4))
* implementing ollama 3.2 through ChatOllama models ([bf3cf6b](https://github.com/EURAC-EEBgroup/brick-llm/commit/bf3cf6bab72add3f449a3932d51e360a76c18da3))


### Bug Fixes

* extract answer content in local generation ([a8f7e39](https://github.com/EURAC-EEBgroup/brick-llm/commit/a8f7e3954c25b1d2584a40c7329a64f9b77f199f))
* poetry run pre-commit ([edf4664](https://github.com/EURAC-EEBgroup/brick-llm/commit/edf4664deda8a8faaa4e0b1d5ce92276f2bea137))
* prompt correction ([cf5babd](https://github.com/EURAC-EEBgroup/brick-llm/commit/cf5babd71b703f4df2764b7e410524923df8253b))
* prompt correction ([3e8d61a](https://github.com/EURAC-EEBgroup/brick-llm/commit/3e8d61a9e008e8e4f24153ab31bf781f910a6cd0))
* prompt engineering ([a7ae3bc](https://github.com/EURAC-EEBgroup/brick-llm/commit/a7ae3bcfbf69fa369ef7a0a21c39596aa9c13791))


### chore

* added missing dependencies and linting ([4e4169c](https://github.com/EURAC-EEBgroup/brick-llm/commit/4e4169c053f48a3bd2bf3252a052c64565558ae2))


### Docs

* added env note ([23c57e2](https://github.com/EURAC-EEBgroup/brick-llm/commit/23c57e249931c71130ae8d1b880bee1950b1501d))


### CI

* **release:** 1.3.0-beta.1 [skip ci] ([594db70](https://github.com/EURAC-EEBgroup/brick-llm/commit/594db70a0c66ffc10ccc9e85decc12f00bfe87d7))

## [1.3.0-beta.1](https://github.com/EURAC-EEBgroup/brick-llm/compare/v1.2.0...v1.3.0-beta.1) (2025-01-02)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "brickllm"
version = "1.3.0b1"
version = "1.3.0"
description = "Library for generating RDF files following BrickSchema ontology using LLM"
authors = ["Marco Perini <marco.perini@eurac.edu>", "Daniele Antonucci <daniele.antonucci@eurac.edu>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit e001a96

Please sign in to comment.