🚀 Release v1.6.1#77
Merged
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Release v1.6.1
Bump type:
minor(fromv1.5.1→v1.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
ltsacima poralpha,betaou mantenhalts.📝 Changelog
076f7f42968b4ec5c1fd8c846e5445b099063cb011f0718377bb5501ce1217b72af405ab4f13f21bb100✅ Checklist antes do merge
Este PR foi gerado automaticamente pelo workflow develop-to-release