Skip to content

Releases: kvankova/code-embedder

v1.1.1 🌈

07 Dec 17:02
eaf79c6
Compare
Choose a tag to compare

v1.1.0 🌈

24 Nov 14:48
142c320
Compare
Choose a tag to compare

✨ Features

v1.0.2 🌈

18 Nov 21:26
f2df843
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Fix pushing of changes made by GA in entrypoint.sh @kvankova (#45)

v1.0.1 🌈

18 Nov 21:01
38bcfb1
Compare
Choose a tag to compare

πŸ› οΈ Other improvements

  • Update pre-commit hook and refactor project structure @kvankova (#44)

v1.0.0 🌈

12 Nov 14:21
b683358
Compare
Choose a tag to compare

πŸ† Highlights

Code-Embedder is now production ready! Keep your code snippets in READMEs up-to-date by using Code-embedder as a pre-commit hook πŸͺ or as a Github Action πŸš€.

✨ Key Features

  • πŸ› οΈ Flexible integration: Available as both a GitHub Action and pre-commit hook - choose what works best for your workflow!
  • πŸ“ Section support: Update only specific sections of scripts in README. This is language agnostic.
  • 🧩 Object support: Update only specific objects (functions, classes) in README. The latest version supports only 🐍 Python objects (other languages to be added with future updates).

🀝 Contributing

We welcome contributions to improve this package!

  • If you have an idea for a new feature ✨, open a new feature request on GitHub.
  • If you spot a bug πŸ›, open a new issue on GitHub.
  • If you want to contribute to the code , please pick an issue that is not assigned to anyone and comment on it, so that we know you are working on it.

v0.5.2 🌈

07 Nov 19:03
bad1ed9
Compare
Choose a tag to compare

πŸ› Bug Fixes

πŸ“– Documentation

  • Fix worfklow checkout step in README @kvankova (#40)
  • Add contributing and development section to README @kvankova (#39)

v0.5.1 🌈

05 Nov 22:17
7221f73
Compare
Choose a tag to compare

πŸ› Bug Fixes

πŸ› οΈ Other improvements

v0.5.0 🌈

03 Nov 21:18
9b7eace
Compare
Choose a tag to compare

✨ Features

  • Add support for 🐍 Python objects to be updated in README @kvankova (#32)

πŸ“– Documentation

v0.4.0 🌈

29 Oct 21:16
064b977
Compare
Choose a tag to compare

✨ Features

  • Add support for syncing sections of code with README @kvankova (#25)

πŸ› οΈ Other improvements

  • Align Code-Embedder's commit message with conventional commits @kvankova (#26)

v0.3.0 🌈

27 Oct 22:30
e2f293d
Compare
Choose a tag to compare

✨ Features

πŸ“– Documentation

πŸ› οΈ Other improvements