Skip to content
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

chore(main): release 3.0.0 #59

Conversation

github-actions[bot]
Copy link
Contributor

🤖 I have created a release beep boop

3.0.0 (2024-10-22)

⚠ BREAKING CHANGES

  • remove Validator and merge its logic into Parser (#32)
  • remove data hash argument from ItaxCode.valid? and ItaxCode::Validator#valid? (#30)
  • allow empty or partial data argument in ItaxCode.valid? (#26)
  • raise InvalidControlInternalNumberError on cin mismatch (#25)

Continuous Integration

Miscellaneous Chores

Documentation

Features

  • add ability to decode foreign countries tax codes (c73e61c)
  • add ability to encode tax code for foreign countries (b5bae25)
  • add custom exceptions for Parser and Encoder class (385ee32)
  • allow empty or partial data argument in ItaxCode.valid? (#26) (d02da6d)
  • extract code and test from internal gem (8023db8)
  • improve omocodes algo (0834c43)
  • permit Belfiore code as birthplace in Encoder#encode (#6) (fadd993)
  • trigger release action on bump (#9) (412f054)
  • update README.md + code doc (260a22e)
  • update README.md with credits (26eb69a)

Bug Fixes

  • bundle all gems in build-and-push action (#3) (056cb49)
  • compute omocodes from the original one (#22) (b8a963f)
  • disable MFA as it breaks the CI (#20) (7c9568e)
  • display all changelog-types (#47) (d4eddf1)
  • explicit the workflow permissions (#17) (41d3515)
  • fix encoding error in cities.rake and update cities.csv (#34) (80ff044)
  • NoMethodError (#27) (15470d1)
  • parsing impossible dates (#56) (4f5cc91)
  • pass CC_TEST_REPORTER_ID top-down to test workflow (#45) (89398f2)
  • raise InvalidControlInternalNumberError on cin mismatch (#25) (121cbca)
  • remove data hash argument from ItaxCode.valid? and ItaxCode::Validator#valid? (#30) (997f8b0)
  • require lint and test workflows run also on main (#43) (f0a0d06)
  • require the csv gem as runtime dependency (#51) (5d3658e)
  • restore release workflow (#8) (876fc6b)
  • rubocop integration (97f82e1)
  • undefined method 'upcase' for nil:NilClass (15470d1)
  • update rdoc and README.md (fb3de43)
  • update README.md for SEO (#48) (04db3eb)

Code Refactoring

  • automate cities and countries data import (#14) (57eda12)
  • converted Utils class in module (#53) (99dddee)
  • improve gh workflows triggers (#7) (7444786)
  • introduce release-please action (#12) (fe4a33f)
  • make gem errors inherit from base classes (#37) (99b00f1)
  • remove ActiveSupport dependency (#39) (9302954)
  • remove Validator and merge its logic into Parser (#32) (348bdd0)

This PR was generated with Release Please. See documentation.

@matteoredz matteoredz closed this Oct 22, 2024
@matteoredz matteoredz deleted the release-please--branches--main--components--itax_code branch October 22, 2024 10:38
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