Skip to content

🚀 Release v1.6.1#77

Merged
ElioNeto merged 9 commits into
mainfrom
release/v1.6.1
Mar 6, 2026
Merged

🚀 Release v1.6.1#77
ElioNeto merged 9 commits into
mainfrom
release/v1.6.1

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 6, 2026

🚀 Release v1.6.1

Bump type: minor (from v1.5.1v1.6.1)


⚙️ Release Configuration

Escolha o tipo de release editando abaixo:

Release Type: [lts]

Opções válidas:

  • alpha - Release alpha (instável, desenvolvimento)
  • beta - Release beta (pré-release, testes)
  • lts - Release estável de longo prazo (produção)

📝 Instruções: Edite este PR e substitua lts acima por alpha, beta ou mantenha lts.


📝 Changelog

  • Merge pull request [feature/equalize-cli-commands] Merge to develop #75 from ElioNeto/feature/equalize-cli-commands 076f7f4
  • fix: correct field name from data_dir to dir_path 2968b4e
  • fix: resolve CLI compilation errors c5c1fd8
  • docs: add quick start guide for running CLI and server c846e54
  • feat: export cli module in lib.rs 45b0990
  • feat: register CLI binary in Cargo.toml 63cb011
  • feat: add CLI binary to enable cargo run --bin cli f071837
  • Merge pull request [feature/equalize-cli-commands] Merge to develop #73 from ElioNeto/feature/equalize-cli-commands 7bb5501
  • docs: add changelog entry for v1.5 CLI improvements ce1217b
  • docs: add comprehensive CLI guide with new commands 72af405
  • docs: add example data file for BATCH SET command ab4f13f
  • feat: add STATS ALL, SEARCH and BATCH SET commands 21bb100

✅ Checklist antes do merge

  • Revisei as mudanças
  • Defini o tipo de release correto
  • Testes passaram em develop
  • Documentação atualizada (se necessário)

Este PR foi gerado automaticamente pelo workflow develop-to-release

ElioNeto added 9 commits March 6, 2026 18:09
Adds dedicated binary for CLI REPL interface.
Users can now run: cargo run --bin cli
Adds CLI binary configuration enabling:
- cargo run --bin cli (for REPL interface)
- cargo run --bin apexstore-server (for API server)
Makes CLI module accessible to the cli binary
Explains the different ways to run ApexStore:
- CLI REPL interface
- API server
- Common issues and solutions
Fixes:
- Use crate:: instead of apexstore:: for internal imports
- Fix Vec<u8> type annotations for engine return values
- Add proper type handling for all search/scan operations
Fixes compilation error by using the correct field name
from CoreConfig struct.
[feature/equalize-cli-commands] Merge to develop
- Fix println! multiline formatting
- Fix match expression indentation
- Remove trailing whitespace
- Improve code readability per rustfmt rules
[feature/equalize-cli-commands] Merge to develop
@ElioNeto ElioNeto marked this pull request as ready for review March 6, 2026 23:43
@ElioNeto ElioNeto merged commit df775b6 into main Mar 6, 2026
8 checks passed
@ElioNeto ElioNeto deleted the release/v1.6.1 branch April 10, 2026 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant