Skip to content

Commit b1865f9

Browse files
committed
Bump the version to 0.0.3.
1 parent 88634c4 commit b1865f9

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.3 - 2025-05-29
9+
### Added
10+
- Implement JSON-LD output for X profiles
11+
- Implement pretty-printed JSON output
12+
### Changed
13+
- Bump the asimov-module dependency
14+
815
## 0.0.2 - 2025-05-22
916

1017
## 0.0.1 - 2025-05-21

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.2"
5+
version = "0.0.3"
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.2
1+
0.0.3

0 commit comments

Comments
 (0)