Changelog

Every release, documented. See what changed in each version.

v0.0.1-in1.0Aug 25, 2026initial, development

Archival of the V-fork and start of the Bear independent language

  • Started the Bear compiler codebase
  • Initial compiler foundation built with V as the implementation language
  • Initial independent VM implementation and runtime
  • Initial OBJ file format support
  • Initial Linker to link to BROBJ (Bear Object) files (https://bearlanguage.org/news.html)
  • Initial assembler to assemble Bear Assembly (.bearasm) files into BROBJ files (https://bearlanguage.org/news.html)
  • Initial standard library foundation
  • Initial website and documentation foundation
  • Initial build system (W.I.P)
  • Established a new independent development direction
  • Maintained compatibility with existing [.bear] source files
  • Prepared the foundation for future Bear-specific features
View release on GitHub →