-
Notifications
You must be signed in to change notification settings - Fork 12
Release v0.6.0 #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Release v0.6.0 #39
Conversation
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
The command `bumpversion --new-version 'X.Y.Z'` doesn't work. It returns the error `the following arguments are required: part`. The `part` argument doesn't matter when a complete new version number is specified, but `bumpversion` still complains if that parameter is missing. This change fixes the error by adding a dummy `part` argument. Ref: - [Slack](https://fynpal-hq.slack.com/archives/CFGURBDBK/p1557152981014100?thread_ts=1556809374.013500&cid=CFGURBDBK) - [Slack](https://fynpal-hq.slack.com/archives/CFGURBDBK/p1557154032014300?thread_ts=1556809374.013500&cid=CFGURBDBK) - [Slack](https://fynpal-hq.slack.com/archives/CFGURBDBK/p1557154124014600?thread_ts=1556809374.013500&cid=CFGURBDBK)
docs: Fix `bumpversion` command
Aliases created for compatibility.
libs.tz_utils: minor improvements
$ openssl x509 \
-in 'my-cert.pem' \
-outform der \
-out 'my-cert.der'
OpenSSL 1.0.2g (2016-03-01)
To load an X.509 certificate from DER-encoded certificate data, and convert between DER-encoded and PEM-encoded certificate data. New functions: - `load_der_x509_cert` - `x509_cert_der_to_pem` - `x509_cert_pem_to_der`
…ctions libs.crypto_utils: add functions
Rename to `firma_documento_dt` and hold the timezone-aware value instead of "naive".
…ld-1 dte.data_models: alter field `DteDataL2.firma_documento_dt_naive`
Rename to `signature_x509_cert_der` and hold the X.509 certificate's DER-encoded data instead of PEM-encoded data. **Breaks backwards compatibility**.
…ld-2 dte.data_models: alter field `DteDataL2.signature_x509_cert_pem`
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.
Includes backwards-incompatible changes to data model
DteDataL2.Detail
DteDataL2.signature_x509_cert_pem#38, 2019-05-08) dte.data_models: alter fieldDteDataL2.signature_x509_cert_pemDteDataL2.firma_documento_dt_naive#37, 2019-05-08) dte.data_models: alter fieldDteDataL2.firma_documento_dt_naivebumpversioncommand #34, 2019-05-06) docs: Fixbumpversioncommand