Skip to content

Commit 0029709

Browse files
committed
Bump version to 0.0.5
1 parent 549baa5 commit 0029709

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,33 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.0.5 - 2025-09-04
9+
10+
### Added
11+
12+
- Implement JQ filter processing (#1 by @oleksandrvoyager)
13+
14+
### Changed
15+
16+
- Use asimov-module for configuration
17+
- Apply module template updates
18+
819
## 0.0.4 - 2025-06-19
20+
921
### Added
22+
1023
- Package also for distribution via PyPI and RubyGems
1124
- Add a module manifest
1225

1326
## 0.0.3 - 2025-05-29
27+
1428
### Added
29+
1530
- Implement JSON-LD output for X profiles
1631
- Implement pretty-printed JSON output
32+
1733
### Changed
34+
1835
- Bump the asimov-module dependency
1936

2037
## 0.0.2 - 2025-05-22

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "asimov-brightdata-module"
5-
version = "0.0.4"
5+
version = "0.0.5"
66
authors = ["ASIMOV Protocol <support@asimov.so>"]
77
edition = "2024"
88
#rust-version = "1.85"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.4
1+
0.0.5

0 commit comments

Comments
 (0)